This problem has nothing do to with aliases or trailing slashes.
PHP with NES 3.6 absolutely will not properly handle a default index
file. I know this for two reasons: with NES 4.x it works fine and
if you turn of PHP the file is served up fine, although without the PHP
parsed.
I had this problem and never got a answer/solution to it so I'm covertly
using Apache now. In a flash of brilliance I put 'migrate web servers to
Apache' on my 2001 project list.
Cary
Thus spake Jeremy ([EMAIL PROTECTED]):
> In Apache at least the presence of a trailing slash on the URL is important.
> Quite often http://mysite/anapp will fail but http://mysite/anapp/ will
> work. This is set in the Apache httpd.conf declarations, e.g the Alias
> command.
>
> You often get the scenario where http://mysite/anapp fails but
> http://mysite/anapp/index.php3 works
>
> I guess that the same rules apply to Netscape
>
>
> > Hello everyone,
> > I have been able to get PHP installed on my Sun 2.6/NS3.6 box
> > fine. What I am having a problem with is using index.php. If I go to the
> > site such as http://mysite/index.php it works fine, but when I go to
> > http://mysite/ nothing is pulled up. I have this in my obj.conf file as
> > well:
> > PathCheck fn="find-index" \
> > index-names="index.html,home.html,index.php"
> >
> > there are also no index.html or home.html files in the directory as well.
> >
> > Any help with this would be greatly appriciated.
> > Thanks
> > Jeff
> >
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Cary Collett [EMAIL PROTECTED]
http://cary.ratatosk.org/
"To me boxing is like ballet, except that there's no music, no choreography,
and the dancers hit eachother." -- Jack Handy
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]