mirror of
https://github.com/ivuorinen/rss-audio-player.git
synced 2026-02-12 13:50:34 +00:00
RSSAudioPlayer 1.0
Quick system to play your (currently my) favourite podcast feeds and stuff.
This commit is contained in:
9
.htaccess
Normal file
9
.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /rss-audio-player/
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^([^/]*)$ ./index.php [QSA]
|
||||
RewriteRule ^list/([^/]*)$ ./index.php?page=list [QSA]
|
||||
RewriteRule ^show/([^/]*)$ ./index.php?page=show&feed=$1 [QSA,L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user