The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Make forum index?
I was wondering if you could, when people go your url, such as http://www.domainnamehere.com, is there a way that people will go straight to http://www.domainnamehere.com/forum instead of http://www.domainnamehere.com. I hope this doesn't sound weird...lol. Thanks!!!
|
#2
|
|||
|
|||
You can redirect a page using a .htaccess (the most common example of a server side redirect)
Hava a look at this tutorial: http://www.freewebmasterhelp.com/tutorials/htaccess/2 You can also use a meta refresh in your HTML code (tutorial: http://www.htmlhelp.com/reference/html40/head/meta.html), but this isn't a good method and it's dissuaded by the W3C (use server side redirect instead). |
#3
|
|||
|
|||
If your server supports PHP, create a simple file called index.php containing the following.
<?php header("location: /forum/"); ?> That should do the trick. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|