nioc/web-music-player/master/server/api/.htaccess
RewriteEngine on
RewriteRule ^users/([0-9]+)/playlist/tracks/?([0-9]*)$ playlist.php?userId=$1&sequence=$2 [L]
RewriteRule ^library/tracks/?$ library.php [L]
RewriteRule ^library/tracks/([0-9]+)/?$ library.php?id=$1 [L]
RewriteRule ^library/folders/?$ folder.php [L]
RewriteRule ^users/tokens/?$ token.php [L]
RewriteRule ^users/([0-9]+)/?$ user.php?id=$1 [L]
RewriteRule ^users/?$ user.php [L]
RewriteRule ^albums/([0-9]+)/?$ album.php?id=$1 [L]
RewriteRule ^albums/?$ album.php [L]
RewriteRule ^artists/([0-9]+)/?$ artist.php?id=$1 [L]
RewriteRule ^artists/?$ artist.php [L]
RewriteRule ^MusicBrainz/artists?$ musicBrainz.php?type=artist [QSA,L]
RewriteRule ^MusicBrainz/albums?$ musicBrainz.php?type=album [QSA,L]
On Github License
Files