Hello,
I have a password protected directory, like:
http://www.domain.com/folder/
BEFORE if the user type the user and password, no problem. NOW, if user try to access the folder with "www" in the URL, it shows me again the user/pass box. If I type the SAME user/pass, it works but shows in the address line:
http://domain.com/folder/
So, for some reason, Apache is returning error with "www" alias (302, redirect?)
-----------
Same problem: if the user type:
http://www.domain.com/folder (without the last "/")
same error, only works with:
http://domain.com/folder/
-----------
Something changed recently in an auto-update (I didnt edit the httpd.conf myself).
Help?
Thank you.
I have a password protected directory, like:
http://www.domain.com/folder/
BEFORE if the user type the user and password, no problem. NOW, if user try to access the folder with "www" in the URL, it shows me again the user/pass box. If I type the SAME user/pass, it works but shows in the address line:
http://domain.com/folder/
So, for some reason, Apache is returning error with "www" alias (302, redirect?)
-----------
Same problem: if the user type:
http://www.domain.com/folder (without the last "/")
same error, only works with:
http://domain.com/folder/
-----------
Something changed recently in an auto-update (I didnt edit the httpd.conf myself).
Help?
Thank you.