Dodanie do apache2.conf linii:
DocumentRoot /home/robert/public_html
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/robert/public_html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
nie pomaga. Nadal problem.