The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirect Print-Version URL to Original URL
Hi,
I'm trying to create a mod rewrite that 301 redirects print-version URLs to the original thread. www.domain.com/forum-title/thread-title-print.html Should redirect to the original thread URL (without -print): www.domain.com/forum-title/thread-title.html Can anyone show me how this is done? Thanks! |
#2
|
|||
|
|||
Untested .htaccess rule:
Code:
RewriteBase / RewriteRule ^(.*)\/(.*)-print\.html$ $1/$2.html [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|