Thanks for that, I think I have solved the problem. I wasn't familiar with the normal place to put the Virtual Host sites and still aren't really. But the problem appears to be with where I had the sites placed on the server ~/Sites. So instead I created /www/name.of.site and place all the site files in their respective folders. MySQL Access works and once I setup separate FTP accounts for each with the FTPRoot set to the site root, all appears to be fine.
Main Topics
Browse All Topics





by: yfastudPosted on 2009-09-04 at 15:54:17ID: 25264014
[quote] ts (the default location) nts/wordpr ess"
/Library/WebServer/Documen
[/quote]
correct me if I'm wrong but it seems this is your main document root which is defined in main config file httpd.conf. If it's correct, you should place your wordpress folder inside this folder and set vh as follow
<VirtualHost *:80>
ServerName wordpress #or www.your_domain.com
DocumentRoot "/Library/WebServer/Docume
</VirtualHost>
then follow this guide to setup wordpress, which might not be the same way that you've used
http://blog.jlbn.net/?p=34