Skip to content

Instantly share code, notes, and snippets.

@NikitaBersenev
Last active February 23, 2022 17:18
Show Gist options
  • Select an option

  • Save NikitaBersenev/d89c4fb2aaa5e046084979d42d13655d to your computer and use it in GitHub Desktop.

Select an option

Save NikitaBersenev/d89c4fb2aaa5e046084979d42d13655d to your computer and use it in GitHub Desktop.

For apache version 2.4 and later, you have to go to

/etc/apache2/apache2.conf

You have to edit that file (you should have root permission). Change directory text like this;

<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted

then

sudo service apache2 restart

sudo a2enmod rewrite and then sudo service apache2 restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment