http://www.sportsrant.com/forums/f28...im-angels.html
http://www.sportsrant.com/forums/f29...e-orioles.html
http://www.sportsrant.com/forums/f31...h-pirates.html
These are examples from my forum, using the mod from Dani's tutorial with a few corrections.
This is the only content that is in my .htaccess file:
Quote:
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^thread([0-9]+).html$ showthread.php?t=$1 [L]
RewriteRule ^lastpostinthread([0-9]+).html$ showthread.php?goto=lastpost&t=$1 [L]
RewriteRule ^newpostinthread([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L]
RewriteRule ^forum([0-9]+).html$ forumdisplay.php?f=$1 [L]
RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?forumid=$1 [L]
RewriteRule ^post([0-9]+).html$ showthread.php?p=$1 [L]
|
I dont have to add a new line everytime I add a forum, the changes in Dani's mod already does that, with some help of another poster of there at her forums named Ted. I am willing to help anyone that needs it, just IM or PM me
It is really easy to put in place
Is this what you were asking, so you dont have to change the htaccess everytime you add or delete a forum