Re: [users@httpd] Complex combination of Allow and Deny for Apache
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
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