Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [VITAS] Include Command

Quote Reply
Re: [VITAS] Include Command In reply to
The reason is that Gossamer Forum uses just "gforum.cgi" instead of "/path/to/gforum.cgi" in its links, thus the browser looks in the current directory for gforum.cgi instead of the proper location.

By far the easiest way to fix this is to add a redirect so that accessing /nuke/gforum.cgi is redirected to the proper /cgi-bin/forum/gforum.cgi. Adding these two lines to /nuke/.htaccess ought to do that (assuming you are using Apache as your web server):

Code:
RewriteEngine On
RewriteRule ^gforum.cgi /perl/gforum/gforum.cgi?%{QUERY_STRING} [R,NE,L]

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Include Command VITAS 3856 Jan 22, 2003, 12:21 AM
Thread Re: [VITAS] Include Command
Jagerman 3759 Jan 23, 2003, 9:31 AM
Thread Re: [Jagerman] Include Command
VITAS 3730 Jan 23, 2003, 10:02 AM
Thread Re: [VITAS] Include Command
Jagerman 3715 Jan 23, 2003, 10:07 AM
Thread Re: [Jagerman] Include Command
VITAS 3729 Jan 23, 2003, 10:55 AM
Thread Re: [VITAS] Include Command
Jagerman 3712 Jan 23, 2003, 11:07 AM
Thread Re: [Jagerman] Include Command
VITAS 3707 Jan 26, 2003, 9:16 AM
Post Re: [VITAS] Include Command
Jagerman 3701 Jan 26, 2003, 11:51 AM