Running Apache for All Local Webpages
- by waiwai933
So I've enabled PHP on my Mac OS X 10.5 (Leopard), and it's working great so long as:
1) I place the file in the ~/Sites directory
2) I use the http://localhost/~user/example.php URL instead of the file:///Users/user/Sites/example.php
I presume this is because unless both of those conditions are true, Apache is not involved, and thus neither is PHP. So is there any way to remove either of those conditions? (Well, really the latter, because the first is a symptom of the second)