in reply to Re: Re: Calling script after htaccess authentification
in thread Calling script after htaccess authentification
I have a site like this. The scripts that generate dynamic content require an appropriate login cookie, and the data that they use is kept in a folder that is not visible to the web server. No apache authentication is required. Works fine, though it does mean that I have to do downloads via a CGI script, instead of letting the web server handle the details.
I would rather control access to the static group content via htaccess authenticate so that update of the pages does not intermingle with the Perl scripts.
So keep the perl scripts in a separate directory?
I'm still not seeing why you need .htaccess control.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Calling script after htaccess authentification
by Xxaxx (Monk) on Jul 30, 2002 at 20:32 UTC | |
by dws (Chancellor) on Jul 30, 2002 at 22:08 UTC |