How to set the default page to http://www.example.frihost.net/home/index.php when sumone enter example.frihost.net ONLY ?
Thanks.
Thanks.
| Quote: |
| DirectoryIndex home/index.html |
| Code: |
|
<HTML> <HEAD> <TITLE>Redirecting...</TITLE> <META HTTP EQUIV="Refresh" CONTENT="0; URL=http://www.site.com/X.html"> </HEAD> <BODY> You are being redirected. If you are not redirected, click <a href="http://www.site.com/X.html">here</a>. |