954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

vBulletin mod_rewrite Problem

Hello there,

I'm not quite sure if its the right section to post this thread...

anyway, here is the scenario..

I just installed this hack.MOD whatever u call it ...

http://www.daniweb.com/tutorials/tutorial9379.html

Now, the thing is when I click on the Forum title(not thread title) it doesnt open
Example for forum link is like ..

http://www.mydomain.com/forums/general-chat.html

it doesn't open ...

But the thread pages open .. for example

http://www.mydomain.com/forums/thread1.html

I donno, whats wrong.. maybe its the .htaccess .. So, i'm giving you what I have in .htaccess file . Here it is,

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 ^forum-one.html$ forumdisplay.php?f=1 [L]
RewriteRule ^forum-two.html$ forumdisplay.php?f=2 [L]
RewriteRule ^forum-three.html$ forumdisplay.php?f=3 [L]
RewriteRule ^forum-four.html$ forumdisplay.php?f=4 [L]
RewriteRule ^forum-five.html$ forumdisplay.php?f=5 [L]
RewriteRule ^forum-six.html$ forumdisplay.php?f=6 [L]
RewriteRule ^forum-seven.html$ forumdisplay.php?f=7 [L]
RewriteRule ^forum-eight.html$ forumdisplay.php?f=8 [L]
RewriteRule ^forum-nine.html$ forumdisplay.php?f=9 [L]
RewriteRule ^forum-ten.html$ forumdisplay.php?f=10 [L]


So, i'll be Glad if I get a little help here from someone.

Rik

Rik
Newbie Poster
2 posts since May 2005
Reputation Points: 10
Solved Threads: 0
 

Does your server have the mod_rewrite module turned on? You can check inside your phpinfo.

LiveWire
Newbie Poster
4 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You