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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -