summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 251bd91b225b189cc998d3a3cc8914afd9bdf9e2 (plain)
    1 Options +Indexes
    2 
    3 RewriteEngine On
    4 RewriteRule ^ip/?$ ip.php
    5 
    6 RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L]
    7 RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE]
    8 RewriteRule ^update$ https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl [R=302,L,NE]
    9 RewriteRule ^donat(e|ions)$  http://rg3.github.io/youtube-dl/donations.html [R=302,L]

Generated by cgit