COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: mdesouza on 16 Nov 2007 07:29:19 AM

Title: This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect
Post by: mdesouza on 16 Nov 2007 07:29:19 AM
Hi all

I am trying to install cognos8 , installed the software and created the content store ,cognos configuration is up and running.

installed apache and added the following to the httpd.conf file
****************************************************
ScriptAlias /cognos8/cgi-bin "C:/Program Files/cognos/c8/cgi-bin"
<Location /cognos8/cgi-bin>
Options ExecCGI
</Location>
Alias /cognos8 "C:/Program Files/cognos/c8/webcontent"
<Location /cognos8>
Options None
</Location>
*****************************************************
But when i try and connect to

http://localhost/cognos8/cgi-bin/cognos.cgi I get the following error

This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.


any ideas !!!

Thanks
Mike
Title: Re: This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect
Post by: wasim on 08 Apr 2010 06:22:29 AM
Hi

Did you solve this issue?
Because I'm having the same problem

Regards
Wasim
Title: Re: This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect
Post by: CognosSupport on 11 Jun 2010 09:59:12 PM
Try this instead, see if it makes any difference:

ScriptAlias /cognos8/cgi-bin "c:/program files/cognos/c8/cgi-bin"
<Directory "c:/program files/cognos/c8/cgi-bin">
Options FollowSymLinks
AllowOverride FileInfo
Order Allow,Deny
Allow from All
</Directory>

Alias /cognos8 "c:/program files/cognos/c8/webcontent"
<Directory "c:/program files/cognos/c8/webcontent">
Options FollowSymLinks
AllowOverride FileInfo
Order Allow,Deny
Allow from All
</Directory>
Title: Re: This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect
Post by: a.speen on 03 Feb 2011 07:45:40 AM
I have the same problem on SLES10SP2 and Cognos 10.1.
Please help!
Thank you