electronoora / webaudio-mod-player

MOD/S3M/XM module player for Web Audio
https://mod.haxor.fi/
MIT License
364 stars 54 forks source link

Not work with Raspbian on Rpi 3 #17

Closed somzoli closed 2 years ago

somzoli commented 6 years ago

The rewrite rules not works with apache2 on Raspbian 9.2. If i load .mod from anywhere and later i load other scripts, then it not work; just hanging on loading....

results the following errors in second load .mod(inspect): TypeError: undefined is not an object (evaluating 's[i].selected=false')

http://sample.domain.com:90/original_mod/mods/original_mod/humanoids.modFailed to load resource: the server responded with a status of 404 (Not Found)

duplicated path in url...

electronoora commented 2 years ago

Likely you'll need to adjust the server config and/or .htaccess since the example one wouldn't work as-is. Please refer to the Apache documentation:

https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html