The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
this is my .htaccess (which works perfectly and redirects perfectly
Code:
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.diabeteschat.org/forum/$1 [R=301,L] Code:
Redirect 301 /forum/viewtopic.php?f=24&p=13 http://www.diabeteschat.org/forum/showthread.php?t=9 so my .htaccess looks like this now Code:
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.diabeteschat.org/forum/$1 [R=301,L] Redirect 301 /forum/viewtopic.php?f=24&p=13 http://www.diabeteschat.org/forum/showthread.php?t=9 |
#2
|
|||
|
|||
![]()
Try doing it using a rewrite rule instead and adding [R=301,L] to the end of the line.
Code:
RewriteCond /forum/viewtopic.php?f=24&p=13 [NC] RewriteRule http://www.diabeteschat.org/forum/showthread.php?t=9 [R=301,L] |
#3
|
|||
|
|||
![]()
didnt work sorry.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|