| Hi,
I have a problem with a double login so far:
I have to copy a site for our costumers into static html, which is protected
by a htaccess password and then a frontend-login.
For now it's no problem to me to go through the .htaccss-authentication:
<http://htaccess_password:htaccess_username@www.website.com/>
after that I'd like to login into the frontend of the page (to copy the whole
content):
<http://website_password:website_username@www.website.com/>,
but it ends up in an error message. How to combine the two logins (first
.htaccess, then frontend-login)?
Best,
Peter | |