php - 403 Forbidden in Local after modification of apache2.conf -
i modified file etc/apache2/apache2.conf wordpress permalink problems, can't access on localhost.
i changed
<directory /var/www/> options indexes followsymlinks allowoverride none require denied </directory> to
options indexes followsymlinks allowoverride fileinfo require granted after a2enwrite , reload apache2 server doesn't work.
i work on ubuntu 16.04 lts. can me?
Comments
Post a Comment