I have a htacces file in my root folder with some basic code in it. But I want that all those instructions get ignored in the directory "dir1/dir1". How can I achive this?
Thanks!
On Thu, Sep 3, 2015 at 9:43 PM, Rodrigo Cunha <rodrigo.root.rj@xxxxxxxxx> wrote:
> i try this in conf this vhost but not work
> <Directory/var/www/oduvaldocozzi.intranet/dir1/dir1/*>
> AllowOverride None
> </Directory>
Why the *?
> i try create new htaccess in
> /var/www/oduvaldocozzi.intranet/public/dir1/dir1 ans insert this code :
> <Directory /var/www/oduvaldocozzi.intranet/dir1/dir1*>
> AllowOverride None
> </Directory>
Don't put <Directory> inside htacces.
You'll also need to tell us more than "doesn't work" to get anywhere.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx