From c34d496fb2b78debc5500bd9e97469721c2bd314 Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Sat, 10 Sep 2022 15:36:23 +0500 Subject: [PATCH] build --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7cba926 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ + + RewriteEngine On RewriteBase /subdirectory RewriteRule ^index\.html$ - [L] + RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-l RewriteRule . /index.html [L] +