[thelist] OS X , Sites directory

Peter Johansson peter at johansson.org
Mon May 27 04:39:01 CDT 2002


On Mon, 27 May 2002, Gustavo Arizpe wrote:

> For some reason (probably after I installed MySQL) I cannot run PHP scripts
> under the "/Users/user/Sites" directory. I can run those, however, under
> "/Library/WebServr/Documents".
>
> Please let me know how could this be fixed. Any httpd.conf guru to the
> rescue?

Not that I know anything about OS X (yet, having thoughts of buying an
iBook though) but the problem could be a missing Directory-directive in
your httpd.conf. Something like this perhaps:

<Directory /Users/user/Sites/*>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>


Regards,
Peter




More information about the thelist mailing list