Skip to content

Instantly share code, notes, and snippets.

@spoeken
Last active December 26, 2015 21:29
Show Gist options
  • Save spoeken/7216426 to your computer and use it in GitHub Desktop.
Save spoeken/7216426 to your computer and use it in GitHub Desktop.
Angular.js .htaccess
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
# Remember to define subdir or remove it
RewriteRule ^((?:[a-z0-9-_]+/){0,7})([a-z0-9-_]+)$ /subdir/#/$2/ [NE,R,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment