Skip to content

Instantly share code, notes, and snippets.

@artemrogov
Created August 26, 2015 20:57
Show Gist options
  • Save artemrogov/c88ac898c5b3721c98fa to your computer and use it in GitHub Desktop.
Save artemrogov/c88ac898c5b3721c98fa to your computer and use it in GitHub Desktop.
Активируем модуль mod-rewrite (необходим для реализации ЧПУ) + перезапускаем сервер
//Активируем модуль mod-rewrite (необходим для реализации ЧПУ):
sudo a2enmod rewrite
//и перезапускаем сервер:
sudo /etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment