build w/ htaccess

This commit is contained in:
Kakabay 2022-12-08 19:59:16 +05:00
parent c13c715bf7
commit e4ea51f802
1 changed files with 5 additions and 0 deletions

5
dist/.htaccess vendored 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>