As far as I can tell, I've written the htaccess file correctly, but it doesn't seem to work? Can anyone shed some light on what I'm doing wrong? Thanks
RewriteEngine On
RewriteRule ^tutorials/([^/]+)/([^/]+)$ /global.php?req=tutorial&tut_id=$1&page=$2
RewriteRule ^tutorials/([^/]+)/([^/]+)$ /global.php?req=tutorial&tut_id=$1&page=$2
Comment