Can you imbed the .htaccess "popup"?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
completely-stumped
Forum Newbie
Posts: 5
Joined: Tue Nov 08, 2011 10:32 am

Can you imbed the .htaccess "popup"?

Post 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.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Can you imbed the .htaccess "popup"?

Post 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.
completely-stumped
Forum Newbie
Posts: 5
Joined: Tue Nov 08, 2011 10:32 am

Re: Can you imbed the .htaccess "popup"?

Post 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.
Post Reply