Setup pis for fubar2k22
#Remount USB as RW
sudo /home/pi/pi_video_looper/remount_rw_usbkey.sh
use root to write to USB (sudo)
#To preserve UTF-8 filenames make USB filesystem ext4 (not exfat or fat)
#.htaccess allow access to files (end of the file)
RewriteCond %{REQUEST_URI} !(\/aud/.*)$
RewriteCond %{REQUEST_URI} !(\/img/.*)$
RewriteCond %{REQUEST_URI} !(\/web/.*)$
RewriteCond %{REQUEST_URI} !(\/style/.*)$
RewriteCond %{REQUEST_URI} !(\/files/.*)$
No Comments