Get your own customer support community
 

mod_rewrite & .htaccess - can't get it to work!

I'm trying to do something very simple. I want the following url...

http://myvirtualhost/var/


...to rewrite to...

http://myvirtualhost/index.php?p=var


I've tried adding the following to my VirtualHostX Directives but it doesn't seem to work...

Options FollowSymLinks
RewriteEngine on
RewriteRule ^/([a-z]+)$ index.php?p=$1 [L]


I've been googling and searching forums for the past two days. Nothing i try seems to work. Any suggestions??
 
silly I’m perplexed
Inappropriate?
1 person has this question

User_default_medium