Skip to content

Instantly share code, notes, and snippets.

@tlongren
Last active October 15, 2015 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlongren/9038802 to your computer and use it in GitHub Desktop.
Save tlongren/9038802 to your computer and use it in GitHub Desktop.
AltoRouter htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L]
@viscasillas
Copy link

This is not working for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment