The Arcive of vBulletin Modifications Site. |
|
|
#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]
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|