Files
whattoplay/public/.htaccess
2026-03-02 21:21:07 +01:00

6 lines
143 B
ApacheConf

RewriteEngine On
RewriteBase /whattoplay/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.html [L]