build w/ htaccess
This commit is contained in:
parent
c13c715bf7
commit
e4ea51f802
|
|
@ -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>
|
||||
Loading…
Reference in New Issue