niner-games / lost-dutchman-mine

Reviving old "Lost Dutchman Mine" game with Electron and Capacitor.
https://lostmine.cc
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Fix .htaccess not working on the server #200

Open MadejaMaciej opened 6 months ago

MadejaMaciej commented 6 months ago

It does not redirect as expected. To fix that need to download apache and mangle with config + add to htaccess rule for fonts, so change RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|svg|wav|mp3|js)$ to RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|svg|wav|mp3|js|ttf|woff)$