![]() |
Static URLS
Hi all,
I know this has been talked about before, but I am still alittle unclear as to what hack/mod would best suit what im looking for. I'm looking for some hack that will convert all of the board threads/posts into static URLS, such as www.yourforum.com/forum/t9837.html and www.yourforum.com/forum/f12.html Can anyone recommend a hack to do this? Thanks, Vaughn |
If you are using Apache you could do the following:
.htaccess RewriteEngine On RewriteRule t([0-9]+)\.html$ showthread.php?t=$1 [QSA] RewriteRule f([0-9]+)\.html$ forumdisplay.php?f=$1 [QSA] Then edit all occurances of forumdisplay.php and showthread.php in the templates accordingly. |
thanks, but is'nt there a hack that will do that? (I'm using VB3).
|
There are several Hacks for the archive, but none for the forum IIRC.
|
|
is there a way to make all forum and thread links look as http://www.site.com/forums/forum/4 for forumid 5 and http://www.site.com/forums/thread/23 for threadid 23 ?
|
All times are GMT. The time now is 01:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|