DirectoryIndex index.html
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /staging/COP1_v1.1/
RewriteRule ^$ index.html [L]
</IfModule>

