The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Question about Domain Name pointing to Forum Index...
How can I make my Domain Name to point straight to Forum Index ...
Just like the HiDefForum: http://www.highdefforum.com/ http://www.highdefforum.com/index.php? ... instead of showing the folders of my public_HTML as you can see here: www.bruzzi.ws *My Forum is located at the plasma-faq folder TIA |
#2
|
|||
|
|||
Save something like this to "index.html" in your public_HTML's root:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="refresh" content="1;URL=plasma-faq/index.php"> </head> <body> <a href="plasma-faq/index.php">Loading....</a> </body> </html> |
#3
|
|||
|
|||
You can also do it with a php file:
PHP Code:
|
#4
|
||||
|
||||
if you have cpanel ... create a REDIRECT
I also recommend that you go into INDEX MANAGER and turn off indexing for each folder. |
#5
|
|||
|
|||
Thanks Guys.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|