Skip to content

Instantly share code, notes, and snippets.

@putWorkDev
Last active October 3, 2016 21:43
Show Gist options
  • Select an option

  • Save putWorkDev/25ecdd5b40c435d737b0ff42922e88fd to your computer and use it in GitHub Desktop.

Select an option

Save putWorkDev/25ecdd5b40c435d737b0ff42922e88fd to your computer and use it in GitHub Desktop.
Apache (Tips)
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