Skip to content

Instantly share code, notes, and snippets.

View verschuur's full-sized avatar
🤠

Govert Verschuur verschuur

🤠
  • Funxtion
  • Amsterdam
View GitHub Profile
@verschuur
verschuur / .htaccess
Created January 16, 2017 14:52
Handy dandy complete .htaccess
# ----------------------------------------------------------------------
# | Basic rewrite settings
# ----------------------------------------------------------------------
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On