Click to See Complete Forum and Search --> : Another Question


super4nova
06-15-2006, 10:41 AM
Its me the new person again i think this is in the wrong section but how do you password protect a site and if you get the password right it goes to another site?

TheBearMay
06-15-2006, 11:11 AM
Many ways to password protect, but the simplest is probably to use .htaccess (if you're running under Apache) and a meta refresh similiar to:

<meta http-equiv="refresh" content="1; url=newURL">

.htaccess Documentation (http://httpd.apache.org/docs/2.0/howto/htaccess.html)