[BlueOnyx:04759] Re: Mod Rewrite in .htaccess
DD
bqlist at distortal.com
Wed Jun 16 06:32:40 -05 2010
Colin Jack wrote:
> We have a user wanting to us mod rewrite rules in .htaccess on his
> website but they don't work.
>
> Any suggestions please? I have a feeling I have been here before but
> can't remember.
>
> Colin
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx
Hi Colin,
You will need to add an AllowOverride bit into the site's .include file at:
/etc/httpd/conf/vhosts/siteXX.include
As follows:
<Directory /home/.sites/XXX/siteXX/web>
Options All
AllowOverride All
</Directory>
Replacing 'X' with the relevant numbers.
HTH
DD
More information about the Blueonyx
mailing list