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.
Can you imbed the .htaccess "popup"?
Moderator: General Moderators
-
completely-stumped
- Forum Newbie
- Posts: 5
- Joined: Tue Nov 08, 2011 10:32 am
Re: Can you imbed the .htaccess "popup"?
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.
-
completely-stumped
- Forum Newbie
- Posts: 5
- Joined: Tue Nov 08, 2011 10:32 am
Re: Can you imbed the .htaccess "popup"?
Thanks Eric. I thought that was the case, but wanted to verify.Eric! wrote:No. You have to make your own access system via php.