TracKer/TorrentBar/master/.htaccess - Htaccess File

TracKer/TorrentBar/master/.htaccess

Options +FollowSymLinks 

RewriteEngine on
RewriteRule ^([0123456789]*)-([0123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM_]*).png$ torrentbar.php?id=$1&style=$2 [L]
RewriteRule ^(.*)/([0123456789]*)-([0123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM_]*).png$ torrentbar.php?id=$2&style=$3 [L]

RewriteRule ^(.*)/([0123456789]*).png$ torrentbar.php?id=$2 [L]
RewriteRule ^([0123456789]*).png$ torrentbar.php?id=$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache