Page 1 of 1

Redirect HTML Script

PostPosted: Sat Dec 16, 2006 10:32 pm
Author: SquidHC
Can anyone provide me with a script line for my root directory so that when someone types "www.mydomain.com" it re directs them to my portal page?

Re: Redirect HTML Script

PostPosted: Sat Dec 16, 2006 11:42 pm
Author: Helter
just edit and save this as index.html and place in your web root


Code: Select all
<DOCTYPE><html><head><title>redirect to MYSITE</title><meta></head></html>

Re: Redirect HTML Script

PostPosted: Sun Dec 17, 2006 1:34 am
Author: SquidHC
Thanks =D