Created
November 10, 2015 15:09
-
-
Save juanmanavarro/8c0574544775a7453ae5 to your computer and use it in GitHub Desktop.
1&1 htaccess file
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
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