Skip to content

Instantly share code, notes, and snippets.

@juanmanavarro
Created November 10, 2015 15:09
Show Gist options
  • Save juanmanavarro/8c0574544775a7453ae5 to your computer and use it in GitHub Desktop.
Save juanmanavarro/8c0574544775a7453ae5 to your computer and use it in GitHub Desktop.
1&1 htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /index.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment