Re: [PHP] Apple Mac Power PC problem

2004-04-01 Thread Marc Greenstock
Hey Brent, The problem isn't within the server, the http.conf file accepts index.php as the first default file. The server is on a linux machine, and the mac is just a desktop connected to the internet. When i try to access the site on the mac, it says it can't find the url. I instantly thought i

Re: [PHP] Apple Mac Power PC problem

2004-04-01 Thread Brent Baisley
There is no problem with Power PC's or the headers. I've been using PHP and Apache for a few years now on Macs without a problem. What it sounds like is that they did not configure Apache to allow index.php as a default directory index page. As I recall, Apache defaults to only allowing ind

[PHP] Apple Mac Power PC problem

2004-04-01 Thread Marc Greenstock
Hi all, I noticed on a clients Apple Mac Power PC that his php driven website wasn't working for him. It wasn't loading up at all, in fact it was returning an error that the URL could not be found. I discovered a quick fix for the problem, that is to create a index.html file and run a meta refres