From b5cacdd17b27602a08fcb50cb5d1cb53ec965005 Mon Sep 17 00:00:00 2001 From: dimitar Date: Tue, 24 Jun 2025 21:34:18 +0200 Subject: [PATCH] backup --- .htaccess | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ba6c4c7 --- /dev/null +++ b/.htaccess @@ -0,0 +1,15 @@ + + RewriteEngine On + RewriteBase / + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule ^(.*)$ index.html [L,QSA] + + +# Prevent directory listing +Options -Indexes + + Header set Cache-Control "no-cache, no-store, must-revalidate" + Header set Pragma "no-cache" + Header set Expires 0 +