I want to redirect a webpage from /kauai/ to /index.php?topic=Kauai. I
created a .htaccess file in the directory /kauai/ with the following linke:
Redirect 301 /kauai /index.php?topic=Kauai
I am getting the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request. Your administrator may not have enabled CGI
access for this directory.
I believe it is because Apache needs some modification to allow this type of
activity within the .htaccess. Can anyone help me out with a quick how to?
-Rashid