From 3768f4e49333afd3832ee18e2239343a2f2a7f1c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 12 Oct 2012 07:37:30 -0700 Subject: [PATCH] add html5 rewriting rule to .htaccess --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 5e7ffbf6..e9ca78a1 100644 --- a/.htaccess +++ b/.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