The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to skip: "Home" http://www.westtexasforums.com/theforums/content.php
and have it go directly to "Forum" http://www.westtexasforums.com/theforums/forum.php |
#2
|
|||
|
|||
![]()
Edit your .htaccess file.
Code:
RewriteEngine On rewritecond %{http_host} ^westtexasforums.com rewriteRule ^(.*) http://www.westtexasforums.com/theforums/forum.php/$1 [R=301,L] |
#3
|
||||
|
||||
![]()
Edit index.php
Find: Code:
require('content.php'); Code:
//require('content.php'); Code:
//require('forum.php'); Code:
require('forum.php'); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|