diff --git a/system/public_html/default/.htaccess b/system/public_html/default/.htaccess new file mode 100644 index 000000000..f7edecd11 --- /dev/null +++ b/system/public_html/default/.htaccess @@ -0,0 +1,20 @@ + + DirectoryIndex index.php index.html + +AddDefaultCharset UTF-8 +AddCharset UTF-8 .html + + Header set Cache-Control: "no-cache, no-store" + Header unset ETag + +Header always set X-Content-Type-Options "nosniff" + +RewriteEngine On + +RewriteCond %{REQUEST_URI} !^/index\.html$ +RewriteCond %{REQUEST_URI} !^/apacheerror/ +RewriteCond %{REQUEST_URI} !^/apacheicons/ +RewriteCond %{REQUEST_URI} !^/server-status$ +RewriteCond %{REQUEST_URI} !^/server-info$ +RewriteCond %{REQUEST_URI} !^/watch-table$ +RewriteRule . /index.html [L] \ No newline at end of file