Skip to content

Instantly share code, notes, and snippets.

@x1unix
Forked from jxnblk/.htaccess
Created November 29, 2015 04:30
Show Gist options
  • Save x1unix/2768d09c88583a6bdcd0 to your computer and use it in GitHub Desktop.
Save x1unix/2768d09c88583a6bdcd0 to your computer and use it in GitHub Desktop.
.htaccess for using AngularJS's in HTML5 mode on Media Temple
Options +FollowSymLinks
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteRule (.*) index.html [L]
</ifModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment