Thread
:
ModRewrite help
View Single Post
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
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
View Public Profile
Find More Posts by mr_sarge