foocorp/gnu-fm/master/gnukebox/.htaccess - Htaccess File

foocorp/gnu-fm/master/gnukebox/.htaccess

Options +FollowSymLinks
RewriteEngine on

RewriteRule ^user/(.+)/$ display.php?u=$1 [NC]
RewriteRule ^user/(.+)$ display.php?u=$1 [NC]
RewriteRule ^artist/(.+)/$ display.php?a=$1 [NC]
RewriteRule ^artist/(.+)$ display.php?a=$1 [NC]
RewriteRule ^track/(.+)$ display.php?t=$1 [NC]
RewriteRule ^track/(.+)$ display.php?t=$1 [NC]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache