View Single Post
Old 08-02-2008, 04:33   #1 (permalink)
datahound
Spare Parts
 
datahound's Avatar
 
Join Date: Jan 2005
Location: Bracknell Forest
Posts: 4,739
.htaccess navigation

I am trying to set up navigation by directory address similar to Wordpress.

So

mydomain.com/hello

goes to

mydomain.com/index.php?var=hello

I have got this far but not quite right, any clues? Thanks.

Options +FollowSymlinks
RewriteEngine On
RewriteRule ^/ index.php?var=$1

__________________
  Reply With Quote