Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

htaccess problems

Quote Reply
htaccess problems
Originally I hoped to use the SE friendly version, but after a lot of struggle I gave up.
Now I'm focusing on making the script work on /forum/ - and I have with this little .htaccess code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /forum/
#RewriteRule ^\.htaccess$ - [F]
RewriteOptions inherit
RewriteRule ^(.*)forum/?$ gforum.cgi?t=default [L]

My problem starts when ppl enter my site using domain.com/forum instead of domain.com/forum/
when the / is missing on the end of forum all the threads get transfered to http://www.dicereviews.com/...gi?forum=8;t=default with the /forum/ missing. When people enter the site using domain.com/forum/ everything works dandy.
Any suggestion would be HIGHLY appreciated.
Subject Author Views Date
Thread htaccess problems princet 3781 Apr 10, 2007, 3:47 AM
Thread Re: [princet] htaccess problems
Andy 3722 Apr 10, 2007, 5:14 AM
Thread Re: [Andy] htaccess problems
princet 3650 Apr 10, 2007, 5:46 AM
Thread Re: [princet] htaccess problems
Andy 3662 Apr 10, 2007, 6:03 AM
Post Re: [Andy] htaccess problems
princet 3650 Apr 10, 2007, 6:10 AM