The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirect URLs in vBulletin 4.2.x?
Hi all,
I have a small issue when redirect old urls (Standard URLs) to new urls (Mod Rewrite Friendly URLs) for example: my old url is Code:
http://forumweb.hosting/forumdisplay.php?f=95 http://forumweb.hosting/95-web-hosting and I used this code in .htaccess file Code:
Redirect 301 /forumdisplay.php?f=95 http://forumweb.hosting/95-web-hosting Any one knows how to redirect this? please suggest Thanks Matt |
#2
|
||||
|
||||
Are you moving the entire domain? If so try this:
Code:
Redirect 301 / http://www.yournewdomianhere.com/ If you're just trying to do url rewrites I think you should be using the htaccess rewrite and rewritecond commands. https://www.addedbytes.com/articles/...for-beginners/ Try this Code:
RewriteEngine On # Turn on the rewriting engine RewriteRule ^95-web-hosting/?$ forumdisplay.php?f=95 [NC,L] |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|