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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.