View Single Post
Old 04-18-2008, 04:08 PM   #1 (permalink)
oMIKEo
The Contributor
 
oMIKEo's Avatar
 
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
oMIKEo is on a distinguished road
Confused 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
Send a message via MSN to oMIKEo
oMIKEo is offline  
Reply With Quote