I enabled Leopard’s web sharing, got PHP working, installed MySQL, set up virtual hosting, but am unable to get my .htaccess files read from my virtual domains directory.
The .htaccess file is read at localhost/192.168.1.100 or /Library/Webserver/Documents. But the .htaccess file is not read at 192.168.1.100/~alan or /User/alan/Sites. I set up my virtual domains within my Sites directory.
Does anyone know how to get the .htaccess file read in my Sites directory. I’m at a loss at what needs to be edited in the httpd.conf file. There’s an option to enable symbolic links but I don’t think my virtual hosts are linked symbolically. Or if they can, how?
My ultimate goal is to get everything working properly so I can use Coda with ExpressionEngine.
Edit: The path of least resistance is to use MAMP. So I decided to give up on using Leopards built in server. Nonetheless, I’m still interested in knowing if it can be set up. But I suspect if it can, it’ll have to be done by an Apache expert. 😊