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