Default page

Default page

am 23.10.2007 08:13:38 von Guus Ellenkamp

It seems I cannot set the default page in IIS to index.php. I get a "page
not found" error.

Re: Default page

am 23.10.2007 09:43:44 von David Wang

On Oct 22, 11:13 pm, "Guus Ellenkamp"
wrote:
> It seems I cannot set the default page in IIS to index.php. I get a "page
> not found" error.


What do you get when you make a direct request to index.php
What is the IIS log entry for the request that returns "page not
found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Default page

am 23.10.2007 10:42:25 von Guus Ellenkamp

When I type the full name it works ok. I'll check the log.

"David Wang" wrote in message
news:1193125424.876362.119010@z24g2000prh.googlegroups.com.. .
> On Oct 22, 11:13 pm, "Guus Ellenkamp"
> wrote:
>> It seems I cannot set the default page in IIS to index.php. I get a "page
>> not found" error.
>
>
> What do you get when you make a direct request to index.php
> What is the IIS log entry for the request that returns "page not
> found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>

Re: Default page

am 23.10.2007 10:54:44 von Guus Ellenkamp

The worker process seems to end with an error. The specific logfiles folder
does not exist, so I cannot see the log.

"David Wang" wrote in message
news:1193125424.876362.119010@z24g2000prh.googlegroups.com.. .
> On Oct 22, 11:13 pm, "Guus Ellenkamp"
> wrote:
>> It seems I cannot set the default page in IIS to index.php. I get a "page
>> not found" error.
>
>
> What do you get when you make a direct request to index.php
> What is the IIS log entry for the request that returns "page not
> found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>

Re: Default page

am 23.10.2007 15:13:19 von Dave Pyles

On 10/23/2007 4:42 AM, Guus Ellenkamp wrote:
> When I type the full name it works ok. I'll check the log.
>
> "David Wang" wrote in message
> news:1193125424.876362.119010@z24g2000prh.googlegroups.com.. .
>> On Oct 22, 11:13 pm, "Guus Ellenkamp"
>> wrote:
>>> It seems I cannot set the default page in IIS to index.php. I get a "page
>>> not found" error.
>>
>> What do you get when you make a direct request to index.php
>> What is the IIS log entry for the request that returns "page not
>> found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>
>>
>> //David
>> http://w3-4u.blogspot.com
>> http://blogs.msdn.com/David.Wang
>> //
>>
>
>
If you haven't already done so, add index.php to the default documents
list. In the Internet Information Services dialog, right click on
default web site or on the virtual folder you are using, then click
properties, then the documents tab.

Dave Pyles

Re: Default page

am 23.10.2007 19:02:45 von Kristofer Gafvert

The worker process ends with an error? Where do you see this? What is the
error?

Are you sure the folder does not exist? In IIS Manager, right click the
website and click Properties. Click the Properties button in the logging
section. It should now tell you the log file directory. Does it not exist?
Is logging enabled?


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Guus Ellenkamp wrote:

>The worker process seems to end with an error. The specific logfiles
>folder does not exist, so I cannot see the log.
>
>"David Wang" wrote in message
>news:1193125424.876362.119010@z24g2000prh.googlegroups.com. ..
>>On Oct 22, 11:13 pm, "Guus Ellenkamp"
>>wrote:
>>>It seems I cannot set the default page in IIS to index.php. I get a "page
>>>not found" error.
>>
>>
>>What do you get when you make a direct request to index.php
>>What is the IIS log entry for the request that returns "page not
>>found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>
>>
>>//David
>>http://w3-4u.blogspot.com
>>http://blogs.msdn.com/David.Wang
>>//
>>

Re: Default page

am 24.10.2007 05:44:59 von Guus Ellenkamp

Logging is enabled. The error shows up as an alert box when logging on to
the server. I cannot find it in the error logs. Seems to me some kind of
security issue, but I can't find what.


"Kristofer Gafvert" wrote in message
news:xn0fcspjqilzqv500k@news.microsoft.com...
> The worker process ends with an error? Where do you see this? What is the
> error?
>
> Are you sure the folder does not exist? In IIS Manager, right click the
> website and click Properties. Click the Properties button in the logging
> section. It should now tell you the log file directory. Does it not exist?
> Is logging enabled?
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Guus Ellenkamp wrote:
>
>>The worker process seems to end with an error. The specific logfiles
>>folder does not exist, so I cannot see the log.
>>
>>"David Wang" wrote in message
>>news:1193125424.876362.119010@z24g2000prh.googlegroups.com ...
>>>On Oct 22, 11:13 pm, "Guus Ellenkamp"
>>>wrote:
>>>>It seems I cannot set the default page in IIS to index.php. I get a
>>>>"page
>>>>not found" error.
>>>
>>>
>>>What do you get when you make a direct request to index.php
>>>What is the IIS log entry for the request that returns "page not
>>>found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>>
>>>
>>>//David
>>>http://w3-4u.blogspot.com
>>>http://blogs.msdn.com/David.Wang
>>>//
>>>

Re: Default page

am 24.10.2007 06:05:11 von Guus Ellenkamp

I did find the logfile. It only shows the same: page not found.

"Kristofer Gafvert" wrote in message
news:xn0fcspjqilzqv500k@news.microsoft.com...
> The worker process ends with an error? Where do you see this? What is the
> error?
>
> Are you sure the folder does not exist? In IIS Manager, right click the
> website and click Properties. Click the Properties button in the logging
> section. It should now tell you the log file directory. Does it not exist?
> Is logging enabled?
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Guus Ellenkamp wrote:
>
>>The worker process seems to end with an error. The specific logfiles
>>folder does not exist, so I cannot see the log.
>>
>>"David Wang" wrote in message
>>news:1193125424.876362.119010@z24g2000prh.googlegroups.com ...
>>>On Oct 22, 11:13 pm, "Guus Ellenkamp"
>>>wrote:
>>>>It seems I cannot set the default page in IIS to index.php. I get a
>>>>"page
>>>>not found" error.
>>>
>>>
>>>What do you get when you make a direct request to index.php
>>>What is the IIS log entry for the request that returns "page not
>>>found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>>
>>>
>>>//David
>>>http://w3-4u.blogspot.com
>>>http://blogs.msdn.com/David.Wang
>>>//
>>>

Re: Default page

am 24.10.2007 06:45:43 von Kristofer Gafvert

What is the status code, substatus code and scwin32 code? Can you paste
the entire line here?


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Guus Ellenkamp wrote:

>I did find the logfile. It only shows the same: page not found.
>
>"Kristofer Gafvert" wrote in message
>news:xn0fcspjqilzqv500k@news.microsoft.com...
>>The worker process ends with an error? Where do you see this? What is the
>>error?
>>
>>Are you sure the folder does not exist? In IIS Manager, right click the
>>website and click Properties. Click the Properties button in the logging
>>section. It should now tell you the log file directory. Does it not exist?
>> Is logging enabled?
>>
>>
>>-- Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>Guus Ellenkamp wrote:
>>
>>>The worker process seems to end with an error. The specific logfiles
>>>folder does not exist, so I cannot see the log.
>>>
>>>"David Wang" wrote in message
>>>news:1193125424.876362.119010@z24g2000prh.googlegroups.co m...
>>>>On Oct 22, 11:13 pm, "Guus Ellenkamp"
>>>>wrote:
>>>>>It seems I cannot set the default page in IIS to index.php. I get a
>>>>>"page
>>>>>not found" error.
>>>>
>>>>
>>>>What do you get when you make a direct request to index.php
>>>>What is the IIS log entry for the request that returns "page not
>>>>found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>>>
>>>>
>>>>//David
>>>>http://w3-4u.blogspot.com
>>>>http://blogs.msdn.com/David.Wang
>>>>//
>>>>

Re: Default page

am 25.10.2007 04:47:58 von Guus Ellenkamp

#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2007-10-25 02:46:30
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem
cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Cookie) cs(Referer)
sc-status sc-substatus sc-win32-status
2007-10-25 02:46:30 W3SVC752130 MAIN 172.16.2.100 GET / - 80 - 172.16.2.30
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+ 2.0.50727;+.NET+CLR+3.0.04506.30;+InfoPath.1;+FDM;+.NET+CLR+ 1.1.4322)
- - 404 0 0

"Kristofer Gafvert" wrote in message
news:xn0fctkmujb3sgq00n@news.microsoft.com...
> What is the status code, substatus code and scwin32 code? Can you paste
> the entire line here?
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Guus Ellenkamp wrote:
>
>>I did find the logfile. It only shows the same: page not found.
>>
>>"Kristofer Gafvert" wrote in message
>>news:xn0fcspjqilzqv500k@news.microsoft.com...
>>>The worker process ends with an error? Where do you see this? What is the
>>>error?
>>>
>>>Are you sure the folder does not exist? In IIS Manager, right click the
>>>website and click Properties. Click the Properties button in the logging
>>>section. It should now tell you the log file directory. Does it not
>>>exist? Is logging enabled?
>>>
>>>
>>>-- Regards,
>>>Kristofer Gafvert
>>>http://www.gafvert.info/iis/ - IIS Related Info
>>>
>>>
>>>Guus Ellenkamp wrote:
>>>
>>>>The worker process seems to end with an error. The specific logfiles
>>>>folder does not exist, so I cannot see the log.
>>>>
>>>>"David Wang" wrote in message
>>>>news:1193125424.876362.119010@z24g2000prh.googlegroups.c om...
>>>>>On Oct 22, 11:13 pm, "Guus Ellenkamp"
>>>>>wrote:
>>>>>>It seems I cannot set the default page in IIS to index.php. I get a
>>>>>>"page
>>>>>>not found" error.
>>>>>
>>>>>
>>>>>What do you get when you make a direct request to index.php
>>>>>What is the IIS log entry for the request that returns "page not
>>>>>found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>>>>
>>>>>
>>>>>//David
>>>>>http://w3-4u.blogspot.com
>>>>>http://blogs.msdn.com/David.Wang
>>>>>//
>>>>>

Re: Default page

am 28.10.2007 02:57:26 von Guus Ellenkamp

"Of course I did", but maybe there is something I don't see.

"David Pyles" wrote in message
news:ffks2c$1pis$1@pyrite.mv.net...
> On 10/23/2007 4:42 AM, Guus Ellenkamp wrote:
>> When I type the full name it works ok. I'll check the log.
>>
>> "David Wang" wrote in message
>> news:1193125424.876362.119010@z24g2000prh.googlegroups.com.. .
>>> On Oct 22, 11:13 pm, "Guus Ellenkamp"
>>> wrote:
>>>> It seems I cannot set the default page in IIS to index.php. I get a
>>>> "page
>>>> not found" error.
>>>
>>> What do you get when you make a direct request to index.php
>>> What is the IIS log entry for the request that returns "page not
>>> found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>>>
>>>
>>> //David
>>> http://w3-4u.blogspot.com
>>> http://blogs.msdn.com/David.Wang
>>> //
>>>
>>
>>
> If you haven't already done so, add index.php to the default documents
> list. In the Internet Information Services dialog, right click on default
> web site or on the virtual folder you are using, then click properties,
> then the documents tab.
>
> Dave Pyles

Re: Default page

am 28.10.2007 05:21:20 von David Wang

Hmm... are you running any custom ISAPI Filters or Wildcard Extensions
on IIS6? For example, Wildcard Scriptmapping aspnet_isapi.dll.

Weird things like configured Default Document which can otherwise be
directly retrieved usually means you have tweaked with the IIS Request
Processing Pipeline.

If you have, then the 404 can be the expected behavior:

http://blogs.msdn.com/david.wang/archive/2005/10/15/Why-Wild card-applicatio=
n-mapping-can-disable-Default-Document-resolution.aspx

http://blogs.msdn.com/david.wang/archive/2005/10/16/Why-Wild card-applicatio=
n-mapping-is-not-catching-404s.aspx


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//





On Oct 24, 7:47 pm, "Guus Ellenkamp"
wrote:
> #Software: Microsoft Internet Information Services 6.0
> #Version: 1.0
> #Date: 2007-10-25 02:46:30
> #Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem
> cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Cookie) cs(Referer)
> sc-status sc-substatus sc-win32-status
> 2007-10-25 02:46:30 W3SVC752130 MAIN 172.16.2.100 GET / - 80 - 172.16.2.30
> Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+ 2.0.50727;+.N=
ET=AD+CLR+3.0.04506.30;+InfoPath.1;+FDM;+.NET+CLR+1.1.4322)
> - - 404 0 0
>
> "Kristofer Gafvert" wrote in message
>
> news:xn0fctkmujb3sgq00n@news.microsoft.com...
>
>
>
> > What is the status code, substatus code and scwin32 code? Can you paste
> > the entire line here?
>
> > --
> > Regards,
> > Kristofer Gafvert
> >http://www.gafvert.info/iis/- IIS Related Info
>
> > Guus Ellenkamp wrote:
>
> >>I did find the logfile. It only shows the same: page not found.
>
> >>"Kristofer Gafvert" wrote in message
> >>news:xn0fcspjqilzqv500k@news.microsoft.com...
> >>>The worker process ends with an error? Where do you see this? What is =
the
> >>>error?
>
> >>>Are you sure the folder does not exist? In IIS Manager, right click the
> >>>website and click Properties. Click the Properties button in the loggi=
ng
> >>>section. It should now tell you the log file directory. Does it not
> >>>exist? Is logging enabled?
>
> >>>-- Regards,
> >>>Kristofer Gafvert
> >>>http://www.gafvert.info/iis/- IIS Related Info
>
> >>>Guus Ellenkamp wrote:
>
> >>>>The worker process seems to end with an error. The specific logfiles
> >>>>folder does not exist, so I cannot see the log.
>
> >>>>"David Wang" wrote in message
> >>>>news:1193125424.876362.119010@z24g2000prh.googlegroups.c om...
> >>>>>On Oct 22, 11:13 pm, "Guus Ellenkamp"
> >>>>>wrote:
> >>>>>>It seems I cannot set the default page in IIS to index.php. I get a
> >>>>>>"page
> >>>>>>not found" error.
>
> >>>>>What do you get when you make a direct request to index.php
> >>>>>What is the IIS log entry for the request that returns "page not
> >>>>>found" error -- from %windir%\System32\LogFiles\W3SVC#\*.log
>
> >>>>>//David
> >>>>>http://w3-4u.blogspot.com
> >>>>>http://blogs.msdn.com/David.Wang
> >>>>>//- Hide quoted text -
>
> - Show quoted text -