This is giving me a 500 internal server error. Any suggestions? I have tried various examples but I think I'm missing something...
RewriteEngine On
RewriteCond %{request_uri}!^ /index\.htm
RewriteRule ^(.*) /index\.htm [R=permanent,L]
It displays the homepage if I navigate there but anything that meets the conditions (all appart from index.htm gives the server 500)
EDIT: with the above code it now doesnt give any 500 errors but it doesnt redirect for any pages