The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello! I have a question. Right now my forums are in /forum directory. I'd like to put it into one root directory, with changed index.php to forum.php. Is there a way to keep old spidered links to keep working?
|
#2
|
||||
|
||||
![]()
Yes, by using .htaccess redirection techniques, search on Google, there are billions of tutorials.
|
#3
|
|||
|
|||
![]()
Here is what works for me in a .htaccess
Code:
RewriteEngine on # index.php to / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/ RewriteRule ^(.*)index\.php$ /$1 [R=301,L] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|