Rashid,
First you need to allow overrides like this, did you add this this in
your /etc/httpd/conf/vhosts/siteXX.include file?
<Directory "/home/.sites/XX/site#/web">
AllowOverride All
Options All
</Directory>
Offcourse you need to edit the names of the site, this is just an example.
Good luck!
Nick
Abdul-Rashid Abdullah schreef:
> 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
>
>
>