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! 2015-09-04 11:05 GMT-03:00 Eric Covener <cove...@gmail.com>: > On Thu, Sep 3, 2015 at 9:43 PM, Rodrigo Cunha <rodrigo.root...@gmail.com> > 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-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Atenciosamente, Rodrigo da Silva Cunha