The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Does anyone have any php code that will work to redirect anyone who attempts to go to where the forum used to be to where it is now?
Example domain.com/newthread.php?do=newthread&f=111 needs to redirect to domain.com/forum/newthread.php?do=newthread&f=111 Thanks in advance, Kevin |
#2
|
||||
|
||||
![]()
you just need some lines added to your .htaccess in the old folder
Code:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.domain\.com RewriteRule (.*) http://www.domain.com/newlocation/$1 [R=301,L] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|