Gossamer Forum
Quote Reply
Help
When i go to the Admin page, everything seems to be working fine. But then i click Home Page and it says 403 Forbidden. Can anyone help me?
Quote Reply
Re: Help In reply to
Have you put your Home Page in the /cgi-bin/ directory by chance?

If so, you need to specify a directory outside of your /cgi-bin/ in the following variables:

$build_root_path
$build_root_url

in the links.cfg file.

Regards,

------------------
Eliot Lee....
* Check Resource Center
* Search Forums

Quote Reply
Re: Help In reply to
No, its in a new directory.
Quote Reply
Re: Help In reply to
Im sorry if im not clear, because i just started working with CGI a while ago.
Quote Reply
Re: Help In reply to
Well, have you by chance password protected this "new" directory where your pages are being built?

403 Forbidden Errors usually mean the following:

1) You have not set the proper permissions of the links/pages directory, which should be:

777 (rwxrwxrwx)

2) You have password protected the directory.

3) You have inadvertantly written some codes in your .htaccess in your root directory that does not allow you to view this links/pages directory via the web browser.

Regards,

------------------
Eliot Lee....
* Check Resource Center
* Search Forums