tilderadio-site/.htaccess

6 lines
174 B
ApacheConf
Raw Normal View History

2020-06-18 04:07:03 +00:00
# redirect proper start
<IfModule mod_rewrite.c>
RewriteEngine On
2021-09-12 21:39:16 +00:00
Redirect 302 /listen https://azuracast.tilderadio.org/radio/8000/radio.ogg
2020-06-18 04:07:03 +00:00
</IfModule>
# redirect proper end