[users@httpd] Selective authentication based on QUERY_STRING on 2.2

2014-11-14 Thread Jussi Hakkila
I want to achieve selective authentication based on QUERY_STRING on Apache 2.2. using a .htaccess file. So that eg. http://domain.com/index.php would require authentication, but .../index.php?authentication=0 would not. The challenge that I have is that QUERY_STRING does not appear to be visible

Re: [users@httpd] Selective authentication

2005-05-28 Thread Ivan idris
The configuration file httpd.conf can be set to disallow .htacces use with: AllowOverride None Also you can check your error log for errors concerning the htacces files. On my installation it is on /var/log/apache Regards, Ivan Idris On 5/27/05, Emmanuel Franquemagne <[EMAIL PROTECTED]> wrote:

Re: [users@httpd] Selective authentication

2005-05-27 Thread Joshua Slive
On 5/27/05, Emmanuel Franquemagne <[EMAIL PROTECTED]> wrote: > Hello, > I use an apache web server, and I'd like to do the following on a > subtree (let's assume it's /testaccess for the website): > All users that come from a particular domain, no authentication is > asked, they are automatically a

[users@httpd] Selective authentication

2005-05-27 Thread Emmanuel Franquemagne
Hello, I use an apache web server, and I'd like to do the following on a subtree (let's assume it's /testaccess for the website): All users that come from a particular domain, no authentication is asked, they are automatically allowed For the rest of the world, an authentication has to be asked