Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
add html5 rewriting rule to .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Oct 12, 2012
1 parent ce235f1 commit 3768f4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .htaccess
@@ -1,5 +1,8 @@
RewriteEngine on

## HTML5 URL Support ##
RewriteRule ^(project)(/.*)?$ index.html

# content-type mappings
AddType application/javascript .js
AddType text/cache-manifest .manifest
Expand Down

0 comments on commit 3768f4e

Please sign in to comment.