Greg,
i checked my error_log file for apache and this seems to be my problem.
client denied by server configuration: /srv/www/htdocs/na_cms/index.php
What should the access rights be for the www directory?
a couple fo mroe questions. When setting up multi-site for EE does one have to setup vhosts to make it work or does EE handle the different domain names? Then finally whne it comes to apache i have the normal httpd.conf file but i also have a yast2_vhosts.conf file inside of the vhosts.d folder. If my yast_vhosts.conf file has the following
<Directory >
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
yet my htpd.conf has
<Directory >
Options None
AllowOverride None
Order deny,allow
Allow from all
</Directory>
which wins?
as some additional info i went ahead and changed the httpd.conf file to say all from all and when i try to go to the control panel for EE it asks me if i want to download a php file.