youtube-dl/.htaccess

6 lines
215 B
ApacheConf
Raw Normal View History

2013-05-10 09:09:39 +09:00
RewriteEngine On
RewriteRule ^ip/?$ ip.php
2013-06-26 00:33:24 +09:00
RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L]
2014-04-19 22:00:04 +09:00
RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE]