Having trouble with an .htaccess file on WAMP. Works on the live server, but not on the localhost. Its driving me mad. Any suggestions?
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^/\.]+)-online-help/([^/\.]+)-teacher/([^/\.]+)/([^/\.]+)/([^/\.]+)/?$ advert.php?cat=$1&subcat=$2&type=$3&aid=$4&title=$5 [L]
RewriteRule ^([^/\.]+)-online-help/([^/\.]+)-teacher/([^/\.]+)/?$ listing.php?cat=$1&subcat=$2&type=$3 [L]