I'm having dificulty redirecting a dynamic page to a static one using the following in my .htaccess file.
I just get "The requested URL /accessory_header_menu.asp was not found on this server."
Can anyone help?
I just get "The requested URL /accessory_header_menu.asp was not found on this server."
Code:
RewriteCond %{HTTP_HOST} ^[URL unfurl="true"]www.mydomain.co.uk[/URL]
RewriteCond %{QUERY_STRING} ^accessory_header_menu.asp?category=monkeys$ [NC]
RewriteRule ^(.*)$ [URL unfurl="true"]http://www.mydomain.co.uk/index.php[/URL] [R=301,L]
Can anyone help?