Quote:
Thank You for your help
where /how would you hard code the password and user name?
Thanks |
What platform/server is this site hosted with?
And what serverside scripting can you use?
First thing is to check your "hosting control panel" if it has one. and/or
check the host's FAQ or Support section.
If it's an Apache server, AND you can use PHP scripting, the simple script
below will give you a password protected Admin page where you can
create/edit/delete Users. It creates the .htaccess and .htpasswd files that
do the protection. You don't have to "do" anything to the pages, anything
put inside of the protected folder can only be reached by people with a
correct username/password.
just edit the script to change the default admin username/password.
Upload it into the folder you want protected.
chmod that directory to 777 (so it can create the files)
{search on the MM exchange for "set permissions" extension for dw}
http://www.krizleebear.de/phpaccess/dynamisch/index.php
current version is 1.05
http://www.krizleebear.de/phpaccess/dynamisch/index.php?pageID=5