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
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:
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
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