PDA

View Full Version : mod_rewrite


alexus
8th January 2007, 06:55
hi

i run vBulletin forum, and i want mod_rewrite to do following

http://url.tld/forumdisplay.php?f=2 to rewrite to http://url.tld/f2
http://url.tld/showthread.php?t=916 to rewrite to http://url.tld/t916

can someone help me with this?

sohaileo
8th January 2007, 14:15
Dear Alexus,

FYI: http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html

Regards,

Sohail Riaz
http://www.fastadmins.com

falko
9th January 2007, 00:41
Also take a look here: http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

pdoes
9th January 2007, 17:55
I don't know if vBulletin supports this. The URL's created by vBulletin should reflect what you want to do.

In other words, it should be vBulletin that should create pages with urls like http://url.tld/f2 instead of http://url.tld/forumdisplay.php?f=2

Rewrite rules in Apache are for incoming requests only.

Peter

akaiser
9th January 2007, 22:25
Perhaps this link helps:

http://www.vbulletinzone.com/t2/