04-19-2008, 05:07 PM
|
#5 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
|
"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]
|
|
|