Fixing htaccess redirect

This commit is contained in:
David Négrier 2020-05-13 09:29:18 +02:00
parent faadacddb6
commit a2123c092c

View File

@ -20,4 +20,4 @@ RewriteBase /
# We only want to let Apache serve files and not directories.
# Rewrite all other queries starting with _ to index.ts.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "^_/" "/index.ts" [L]
RewriteRule "^_/" "/index.html" [L]