Skip to content

Instantly share code, notes, and snippets.

@jackvial
Last active August 29, 2015 14:04
Show Gist options
  • Save jackvial/44b28a263e8c46406b94 to your computer and use it in GitHub Desktop.
Save jackvial/44b28a263e8c46406b94 to your computer and use it in GitHub Desktop.
Apache Server Notes

Turn on mod rewrite

sudo a2enmod rewrite && sudo service apache2 restart

When using TimThumb make sure GD library is installed

sudo apt-get install php5-gd 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment