Forum Moderators: phranque
I have protected directory say "protected" holding static html, files etc. etc. stuff under root directory.Protected directory have an authentication using htaccess. So if somebody directly access this protected folder then it asks for credentials.
Suppose I have login script written outside the protected folder. If I am authenticating using login script then is it possible to set server variables with valid login credentials so that if i am accessing protected folder then automatically it will allow to access protected data without htaccess authentication?