Files
gallery/public/.htaccess
2023-03-07 16:14:45 +01:00

4 lines
117 B
ApacheConf

Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]