exchange-client/dist/.htaccess

6 lines
256 B
ApacheConf
Raw Normal View History

2022-12-08 14:59:16 +00:00
<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>