I have a sbs2003 R2 with ISA2004. I was posting a Business card website and when Frontpage loaded server extensions the webpage was no longer accessible via HTTP: I can access the site via HTTP:\\<server>. I have been repairing using Internet connection
and email wizard. Turned on and off firewall.etc. Looking at the ISA logging-ISA sends from internet to local host a get request but the site times out with no response. I installed wfetch and it shows a 403 forbidden error. Below is the log output. I am at
a lost how to resolve this? Thanks for any help.
That allows wfetch to run it appears with out any errors. It loads the default web page with status ok. Default web page is still not available from remote Http but is visable from HTTP://<server>. I also can not access the site with front page through
http://www.domain. The get is sent to the local host but nothing returns to the internet.
3 Posts
HTTP 403 access problem
Jul 25, 2008 02:16 PM|jbouche|LINK
I have a sbs2003 R2 with ISA2004. I was posting a Business card website and when Frontpage loaded server extensions the webpage was no longer accessible via HTTP: I can access the site via HTTP:\\<server>. I have been repairing using Internet connection and email wizard. Turned on and off firewall.etc. Looking at the ISA logging-ISA sends from internet to local host a get request but the site times out with no response. I installed wfetch and it shows a 403 forbidden error. Below is the log output. I am at a lost how to resolve this? Thanks for any help.
started....WWWConnect::Connect("localhost","80")\nIP = "127.0.0.1:80"\nsource port: 2061\r\n
REQUEST: **************\nGET / HTTP/1.1\r\n
Host: localhost\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\nHTTP/1.1 403 Forbidden\r\n
Content-Length: 218\r\n
Content-Type: text/html\r\n
Server: Microsoft-IIS/6.0\r\n
MicrosoftOfficeWebServer: 5.0_Pub\r\n
X-Powered-By: ASP.NET\r\n
Date: Fri, 25 Jul 2008 16:32:02 GMT\r\n
\r\n
<html><head><title>Error</title></head><body><head><title>Directory Listing Denied</title></head>\n<body><h1>Directory Listing Denied</h1>This Virtual Directory does not allow contents to be listed.</body></body></html>finished.
4640 Posts
Re: HTTP 403 access problem
Jul 25, 2008 02:32 PM|jeff@zina.com|LINK
You need to either allow directory listing or make sure you have a default document specified that exists in that folder.
Jeff
3 Posts
Re: HTTP 403 access problem
Jul 25, 2008 03:15 PM|jbouche|LINK
That allows wfetch to run it appears with out any errors. It loads the default web page with status ok. Default web page is still not available from remote Http but is visable from HTTP://<server>. I also can not access the site with front page through http://www.domain. The get is sent to the local host but nothing returns to the internet.
9754 Posts
MVP
Re: HTTP 403 access problem
Jul 25, 2008 03:42 PM|tomkmvp|LINK
http://mvp.support.microsoft.com/
3 Posts
Re: HTTP 403 access problem
Jul 25, 2008 04:05 PM|jbouche|LINK
That was a response to the first post I had on the subject. It fixed my 403 error but I still don't get pages served to the internet.