Page 1 of 1
Can you imbed the .htaccess "popup"?
Posted: Tue Nov 08, 2011 10:43 am
by completely-stumped
I am somewhat familiar with .htaccess and have used it to lock web pages, but the "popup" for the username / password is really annoying. Is there a way to imbed that inside the page that greats visitors rather than opening that popup window?
Thanks for your help.
Re: Can you imbed the .htaccess "popup"?
Posted: Tue Nov 08, 2011 2:02 pm
by Eric!
No. You have to make your own access system via php. .htaccess pop up is part of
Apache Auth and is integrated into the server.
Re: Can you imbed the .htaccess "popup"?
Posted: Tue Nov 08, 2011 4:33 pm
by completely-stumped
Eric! wrote:No. You have to make your own access system via php.
Thanks Eric. I thought that was the case, but wanted to verify.