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] +