04-18-2008, 04:08 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
|
RewriteRule not working...
Hi,
Here is what i have so far.
Friendly URL:
http://site.com/YML/profile/myquickname
Original URL:
http://site.com/YML/profile.php?id=myquickname
.htaccess:
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^YML/profile/(.*)$ /YML/profile.php?id=$1 [L]
Can anyone see where i might be going wrong?
Thanks
|
|
|