I have the same problems, and Andrea said, the problems came from httpd.conf. I’ve modified httpd.conf, but it doesn’t work.
<VirtualHost xxxxxxxxxxx>
DocumentRoot /home/zzzz/public_html
ServerAdmin [email protected]
ServerName xxxx.com
ServerAlias www.xxxx.com
User zzzz
Group zzzz
<Directory /home/zzzz/public_html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
</Directory>
</VirtualHost>