open sites-available/default file
change to below:
<Directory /var/www/>
Options FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
change to below:
<Directory /var/www/>
Options FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
restart apache2
No comments:
Post a Comment