View Single Post
Old 04-19-2008, 05:07 PM   #5 (permalink)
oMIKEo
The Contributor
 
oMIKEo's Avatar
 
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
oMIKEo is on a distinguished road
Default

"Are you typing in the right case?" - Do you mean the YML in capitals? if so yes, thats exactly as it is structured.

The original link ( http://site.com/YML/profile.php?id=myquickname ) is working fine on the site but the mod rewrite still isnt doing anything. Here is what it looks like now:

Code:
RewriteEngine On
RewriteBase /
RewriteRule ^YML/profile/(.*)$ YML/profile.php?id=$1 [L,NC]
Send a message via MSN to oMIKEo
oMIKEo is offline  
Reply With Quote