Log in

View Full Version : plugin to rewrite URL


a1exus
03-14-2007, 06:20 PM
is there a such plugin that would rewrite following

forumdisplay.php?f=2 to f2
showthread.php?t=384 to t384

and perhaps, even take "Title" field and embedded that in URL?

da420
03-14-2007, 07:20 PM
You can try Zoints SEO, vRewrite (both free), or the commercial product vBSEO...

a1exus
03-15-2007, 03:34 AM
where can i find first two?

da420
03-15-2007, 03:44 AM
<a href="https://www.vbulletin.org" target="_blank">www.vbulletin.org</a>

a1exus
03-15-2007, 03:52 AM
i already found :p, thanks for helping me out :) i appreciate that

btw, i dont know if you are familiar with vRewrite, but i stuck on step 3

3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />

where


#/home/user/vBulletin/upload> grep headinclude forumdisplay.php
#/home/user/vBulletin/upload> grep headinclude showthread.php
#/home/user/vBulletin/upload> grep headinclude standard_error*
grep: No match.
#/home/user/vBulletin/upload>

also, when i skip this step and enable it anyway... it rewrites URLs but none of my images are showing up..

Marco van Herwaarden
03-15-2007, 07:09 AM
Those are templates, not files.