summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 0c0d5ab1330a49773958400c8ae52e024b0dd9aa (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]

Generated by cgit