Skip to content

Instantly share code, notes, and snippets.

@hndr91
Last active May 12, 2016 18:17
Show Gist options
  • Save hndr91/3826bdd00f9f09d11a8c to your computer and use it in GitHub Desktop.
Save hndr91/3826bdd00f9f09d11a8c to your computer and use it in GitHub Desktop.
.htaccess Slim
RewriteEngine On
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment