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

Generated by cgit