youtube-dl/.htaccess

12 lines
438 B
ApacheConf
Raw Normal View History

2014-04-30 01:34:58 -07:00
Options +Indexes
2013-05-09 17:09:39 -07:00
RewriteEngine On
RewriteRule ^ip/?$ ip.php
2013-06-25 08:33:24 -07:00
RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L]
2014-11-13 13:42:59 -08:00
RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE]
2014-11-13 15:41:41 -08:00
RewriteRule ^update$ https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl [R=302,L,NE]
RewriteRule ^donat(e|ions)$ http://rg3.github.io/youtube-dl/donations.html [R=302,L]
2014-11-13 13:42:59 -08:00