Re: [users@httpd] Complex combination of Allow and Deny for Apache

2015-06-08 Thread Daniel
you can't add : > Hello > > With Apache, I searched to deny access to all *.php URL in a subdirectory. > I succeed with this in .htaccess : > *** > Order deny,allow > Allow from All > > > Deny from All > > *** > > But now, I want to add a extra

[users@httpd] Complex combination of Allow and Deny for Apache

2015-06-08 Thread mathieu700
Hello With Apache, I searched to deny access to all *.php URL in a subdirectory. I succeed with this in .htaccess : *** Order deny,allow Allow from All Deny from All *** But now, I want to add a extra access for one single URL who was denie