Tuesday 26 August 2003 12:23:37 pm
Hi I have just installed eZpublish 3.1.1, I am running Apache 2 and PHP 4.2.3.
I followed the installation instructions as per the documentation. However when I try to view the site I get the following error;
An error occured while loading http://dfa.dyndns.org/: Connection to host dfa.dyndns.org is broken I can load http://dfa.dyndns.org/admin/user/login/ which gives me a login page, after entering the username and password I get the error mentioned above.
I hope someone can help with this very frustrating problem. Here's my Virtual Host configuration in case that is of any use.
<VirtualHost *>
DocumentRoot /var/www/dfa/ezpublish3/
Servername dfa.dyndns.org
<Directory /var/www/dfa/ezpublish3/>
Order Deny,Allow
Allow from all
Options FollowSymLinks Indexes ExecCGI
AllowOverride None </Directory>
RewriteEngine On
RewriteRule !\.(gif|css|jpg|png)$ /var/www/dfa/ezpublish3/index.php </VirtualHost> Thanks in advance
|