Last active
October 3, 2016 21:43
-
-
Save putWorkDev/25ecdd5b40c435d737b0ff42922e88fd to your computer and use it in GitHub Desktop.
Apache (Tips)
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
| Check module rewrite is active: | |
| $ ls /etc/apache2/mods-enabled | grep rewrite | |
| If line above, returns empty, do the following: | |
| $ sudo a2enmod rewrite && sudo service apache2 restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment