Replace Htaccess popup box with a html form?
问题 I have password-protected a directory on my website using htaccess. When I type in the URL to the folder I get a simple popup box where I can type in my info. All is fine. But what I really want to do i have a html/php/mySQL form where you can log in, instead of a popup box. Is there any way to do this? NOTE: The directory i want to protect has hundreds of files. I know how to make a form, query a database, i just want to replace the popup with a html form. 回答1: One possible approach... Say