So, just create a .htaccess file and add the following code to all directories?
Code:
Redirect 301 / http://www.domain.com/index.html
If I use this do I need to create multiple .htaccess files, one for each dir?
Code:
RewriteRule .* index.html [QSA,L]