04-18-2008, 04:36 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
|
thanks for your help, i changed it to the following but its still not doing anything. when i go to the friendly url i just see a 404 error page.
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^YML/profile/(.*)$ YML/profile.php?id=$1 [L]
|
|
|