Index: [Article Count Order] [Thread]

Date:  Mon, 02 Jul 2007 07:36:13 +0200
From:  Your Wish <bluequartz (at mark) yourwish.nl>
Subject:  [coba-e:10286] Re: .htaccess redirect
To:  coba-e (at mark) bluequartz.org
Message-Id:  <46888ECD.9030306 (at mark) yourwish.nl>
In-Reply-To:  <C2AD2D61.191EB%webmaster (at mark) muntada.com>
References:  <C2AD2D61.191EB%webmaster (at mark) muntada.com>
X-Mail-Count: 10286

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
>
>
>