What would be the correct MOD Rewrite rule for this: http://www.website.co.uk/building-and-construction/architectural-services/cheshire/ I thought it would be: RewriteRule ^building-and-construction/([a-zA-Z0-9-_]+)/([a-zA-Z0-9-_]+)/$ results.php?item=$1&other_item=$2 Code (markup): But its not working? Any ideas?
Do you have other working rules in that .htaccess file? What I'm getting at is, if your file being parsed. If you add "deny from all" to the top, does your site now return a 403? If not, your .htaccess file is being ignored. Jay