The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi guys,
I am trying to use .htaccess to redirect an old thread to a blog post. This is what I am trying to use but i cant get it to work: RewriteRule ^forum/showthread.php?1303-Laser-Hair-Removal-Practitioners-List http://behairfree.org/laser-hair-removal-clincs-list I would like to redirect from here: http://behairfree.org/forum/showthre...titioners-List to http://behairfree.org/laser-hair-removal-clincs-list/ Any help would be much appreciated as I have tried redirect 301 and cant get that to work either. Thanks in Advance for any help I might get. |
#2
|
||||
|
||||
![]()
Try
Code:
RewriteEngine On RewriteRule ^showthread\.php\?1303 http://behairfree.org/laser-hair-removal-clincs-list/ [R=301,NC,L] |
#3
|
||||
|
||||
![]() Quote:
I put that in the .htaccess in the forum directory but it doesn't seem to work still. It's odd I have never had this much trouble with redirects before. Do I need to do anything else to make it work? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|