SPLASH 98.5 FM — Shared Hosting Upload Instructions
=====================================================

Upload ALL of these files to your shared hosting via FTP/cPanel File Manager,
keeping the folder structure exactly as-is:

  index.html          <- the radio website
  artwork.jpg         <- the Splash logo
  stream/
    radio.php         <- generates the live playlist (no timer on iPhone!)
    seg000.aac
    seg001.aac
    ... (all 29 segments)

IMPORTANT — .htaccess for AAC files:
Some shared hosts don't serve .aac files by default.
Create a file called .htaccess in the stream/ folder with this content:

    AddType audio/aac .aac
    AddType application/vnd.apple.mpegurl .m3u8

That's it! Visit your domain and it will work like live radio on iPhone —
no timer, no seek bar, just play/pause.
