Thread: ModRewrite help
View Single Post
Old 03-30-2012, 12:41 PM   PM User | #2
mr_sarge
New to the CF scene

 
Join Date: Mar 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
mr_sarge is an unknown quantity at this point
I made it work this way:
Code:
RewriteRule ^([a-z]+)/?$ site.php?pg=$1 [L]
But it don't wan't to work if I add the php extension like before:
Code:
RewriteRule ^([a-z]+)\.php$ site.php?pg=$1 [L]
mr_sarge is offline   Reply With Quote