The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make index.php display forumdisplay.php?2
Hi,
I have rigged my site so when you visit site.com it forwards you to site.com/forumdisplay.php?2. However, this is bad for SEO. How can I make it so when you are on site.com it displays /forumdisplayphp2 without changing the URL. |
#2
|
|||
|
|||
I'm not sure if this will work, but I have my site go to a custom VBA portal page, what I did was opened the index.php in my forums root and changed,
Code:
/** * Use the forum as the default script: */ require('forum.php'); Code:
/** * Use the forum as the default script: */ require('portal.php'); Code:
require('forum.php'); Code:
require('forumdisplay.php?2'); |
#3
|
|||
|
|||
Thanks for trying, but it doesn't work.
I have it set to forumdisplay.php already and then making that forward to forum2. Any other suggestions appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|