Re: httpd .htaccess rewrite for images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Dave wrote:
> In my httpd virtual host directive i have:
>
> alias /images "/var/www/test.example.com/images"
> <Directory "/var/www/test.example.com/images">
> Options None
> AllowOverride None
> order allow,deny
> Allow from all
> </Directory>
>
> Comments appreciated.
>   

Assume you mean that the rewrites are ignored.  Note that "AllowOverride
None" tells apache to completely ignore .htaccess files.
Either move your rewrite rules into the vhost container or consider
"AllowOverride FileInfo".
-Alan

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux