The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
htaccess question
Does anyone know what I need to add to the htaccess file to re-direct a few URLs to another URL?
|
#2
|
|||
|
|||
It depends how complicated you need to make the redirects.
If you're talking about simply redirecting from one URL to another, because the original has been deleted, then something like this in your .htaccess fil should work fine: Code:
Redirect permanent /forum/showthread.php?t=114135 https://vborg.vbsupport.ru/showthread.php?t=114200 That presumes you are running your forums in the subfolder "forum" and that the forum URL is vbulletin.org. Simply change these as appropriate - for example, if your forum is installed at the root, simply remove the forum subfolder. |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Redirect forums to forum dir
Code:
RewriteRule ^forums.* http://www.yourdomain.com/forum [L,R=301] in your named baords root .htaccess file place this: Code:
RewriteEngine on RewriteRule ^([/]+)$ forum/$1 [L,R=301] http://www.webconfs.com/redirect-check.php |
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|