The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi all,
the home page of my site is mydomain.com/forum but i want it to be just mydomain.com is there a way f doing this as I dont like the redirect? Cheers Danny |
|
#2
|
|||
|
|||
|
I'd like to find this out too.
|
|
#3
|
|||
|
|||
|
I think it can be done in "Forums Home Page Options" as in the option I have it called "forum" but I not sure how to change it and what needs to be done...
ANy ideas suggestion would be great :-) |
|
#4
|
||||
|
||||
|
do a redirect in CPanel for mydomain.com
|
|
#5
|
|||
|
|||
|
You can either set up an instant redirect to your forums (So you don't have to have a page on mydomain.com that says "Please stand by, you will be redirected to the forums in a few seconds" with either HTML or PHP.
HTML: Create a index.html file Here's the code. Code:
<HTML> <HEAD> <META HTTP-EQUIV="refresh" CONTENT="0;URL=mydomain.com"> </HEAD> <BODY> </BODY> </HTML> If you'd like to do it with PHP (your preference), here is the code. Create an index.php file Code; Code:
<?php header( 'Location: mydomain.com/forum' ) ; ?> If you would like it to redirect them in a few seconds.. lets say 5.. you would change the 0 to 5 seconds in the HTML code Good luck
|
|
#6
|
||||
|
||||
|
Better to go the CPanel redirect route as you can save the extra page loads from a file.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|