The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help with a mod_rewrite rule?
Can I get help writing a few mod_rewrite rules please?
We currently have mod_rewrite on our forums through a .htaccess file. Below is the current code in the .htaccess. In one of our skins (the one with mod_rewrite) the links for threads (as an example) would be tthreadid.html. Code:
RewriteEngine on RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?f=$1 [L] RewriteRule ^r([0-9]+)-(.*).html$ showthread.php?t=$1 [L] RewriteRule ^w([0-9]+)-(.*).html$ showthread.php?goto=newpost&t=$1 [L] RewriteRule ^t([0-9]+).html$ showthread.php?t=$1 [L] RewriteRule ^w([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L] Any help is appreciated. |
#2
|
||||
|
||||
Can anyone help?
|
#3
|
||||
|
||||
Please?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|