Created
August 26, 2015 20:57
-
-
Save artemrogov/c88ac898c5b3721c98fa to your computer and use it in GitHub Desktop.
Активируем модуль mod-rewrite (необходим для реализации ЧПУ) + перезапускаем сервер
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Активируем модуль 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