bstlboard-front/src/.htaccess

8 lines
203 B
ApacheConf
Raw Normal View History

2021-10-03 17:40:30 +02:00
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteCond %{REQUEST_URI} !^/api/.*$
RewriteRule ^ - [L]
RewriteRule ^ /index.html [L]