This commit is contained in:
VividTruthKeeper 2022-09-10 15:36:23 +05:00
parent aee85d1e87
commit c34d496fb2
1 changed files with 5 additions and 0 deletions

5
.htaccess Normal file
View File

@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On RewriteBase /subdirectory RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l RewriteRule . /index.html [L]
</IfModule>