RE: [PHP] Re: weird problem with index page

2004-05-17 Thread Ulrik Wildy
CTED] Subject: Re: [PHP] Re: weird problem with index page Hi, Thanks for th einfo, after beating myself all day over it, I have determined that it only seesm to be an issue when using Internet Explorer, using opera or mozilla it seems to work as it should, so I really dont understand now. Che

Re: [PHP] Re: weird problem with index page

2004-05-16 Thread Jason Wong
On Monday 17 May 2004 13:38, loll wrote: > Thanks for th einfo, after beating myself all day over it, I have > determined that it only seesm to be an issue when using Internet Explorer, > using opera or mozilla it seems to work as it should, so I really dont > understand now. With Mozilla it auto

Re: [PHP] Re: weird problem with index page

2004-05-16 Thread loll
Hi, Thanks for th einfo, after beating myself all day over it, I have determined that it only seesm to be an issue when using Internet Explorer, using opera or mozilla it seems to work as it should, so I really dont understand now. Checked the apache setting you meantioned and it seems to alrea

[PHP] Re: weird problem with index page

2004-05-16 Thread Andy Ladouceur
Try adding a trailing slash to the URL, and seeing if it works. If so, then try adding the apache configuration directive: UseCanonicalName off In either httpd.conf or an .htaccess file, and try accessing without the trailing slash. I had a similar issue and adding that fixed it. Andy Loll wrot