
16 Jun
2010
16 Jun
'10
9:06 a.m.
Hello, You can set Apache up to read from home directories by editing the file httpd.conf somewhere in /etc/ (Mine is at /etc/httpd/) and adding the line: # User home directories Include /etc/httpd/extra/httpd-userdir.conf Reading httpd-userdir.conf tells you that it causes Apache to look in ~/public_html. So you can then develop your PHP programs in ~/public_html/. Hope that helps. Martin.