The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
Ok, thanks for your time!!
I figured out how to do it. I did not have any luck simply with the .htaccess, but I did with the index.php recode. And in case anyone else is looking for a way to create it, do the following: Once you've isolated it down to one forum, you can remove index.php and use a mod_rewrite to redirect index.php to forumdisplay.php?f=x, where x is your forum id. Assuming if you're using Apache based web server and have mod_rewrite enabled, add this to your .htaccess file should do the trick: Code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^index.php$ forumdisplay.php?f=X [R] </IfModule> Code: Code:
<?php header('Location: forumdisplay.php?f=X'); ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|