Erant-OldApp/public/.htaccess

9 lines
207 B
ApacheConf
Raw Normal View History

2022-12-23 12:21:31 +00:00
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.html [L]