I tried that. I'm including the actual config file in sites-available
if it helps.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName morebearsmore.com <http://morebearsmore.com>
ServerAlias www.morebearsmore.com <http://www.morebearsmore.com>
DocumentRoot /var/www/morebearsmore.com/public_html
<http://morebearsmore.com/public_html>
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
I'm new to apache but I always specify the directory in the block. Yours
points to the default /var/www/ which would show the default apache 'it
works' page. Try
/var/www/example.com <http://example.com>/ or in your case
<Directory /var/www/morebearsmore.com/public_html/>
Then again maybe this has nothing to do with it . . .
--
Kind Regards
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org