Erant-OldApp/public/.htaccess

6 lines
119 B
ApacheConf
Raw Normal View History

2022-09-08 07:19:43 +00:00
RewriteEngine On
2022-07-13 20:44:10 +00:00
2022-09-08 07:19:43 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2022-10-19 08:19:43 +00:00
RewriteRule . index.html [L]