Re: [users@httpd] Question about htaccess

2015-09-04 Thread Eric Covener
On Fri, Sep 4, 2015 at 10:59 AM, Rodrigo Cunha wrote: > 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? Depends on the content of the htaccess. ---

Re: [users@httpd] Question about htaccess

2015-09-04 Thread Rodrigo Cunha
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 : > On Thu, Sep 3, 2015 at 9:43 PM, Rodrigo Cunha > wrote: > > i try this i

Re: [users@httpd] Question about htaccess

2015-09-04 Thread Eric Covener
On Thu, Sep 3, 2015 at 9:43 PM, Rodrigo Cunha wrote: > i try this in conf this vhost but not work > > AllowOverride None > Why the *? > i try create new htaccess in > /var/www/oduvaldocozzi.intranet/public/dir1/dir1 ans insert this code : > > AllowOverride None > Don't put inside htacces.

[users@httpd] Question about htaccess

2015-09-03 Thread Rodrigo Cunha
Hello!!I have a question about htaccess in subdirectory apache2 in my server the root is /var/www/oduvaldocozzi.intranet/ i insert rules rewrite for /var/www/oduvaldocozzi.intranet/ but i have disable the rules from directory /var/www/oduvaldocozzi.intranet/dir1/dir1 i have disable this rules only