I am having a problem with modrewrite using the below rule.
I am getting an 404 error because the rule doesn’t seem to work.
can someone provide a solution on how to get it working?
RewriteRule ^/catalogue/([^/\.]+)/results.html$ /search.php?data=$1 [L]
it should process urls like the following but gives me a 404:
http://www.mydomain.com/catalogue/europe/germany/results.html
thanks in advance.
1 Answer