summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-19 15:00:04 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-19 15:00:04 +0200
commit809987a65c4e4af438bdafc940c53a04cd9abaa8 (patch)
treec1862dd1f0f0c6180ce5c33ab2d6159d7602c5df
parent2f0e8ad0a6e3b8fdaaf1c8efa5b737810dd3f84d (diff)
downloadyoutube-dl-809987a65c4e4af438bdafc940c53a04cd9abaa8.tar.gz
youtube-dl-809987a65c4e4af438bdafc940c53a04cd9abaa8.tar.xz
youtube-dl-809987a65c4e4af438bdafc940c53a04cd9abaa8.zip
Do not escape redirect URL
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 4b6f82faf..0209de9b1 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,4 +2,4 @@ RewriteEngine On
 RewriteRule ^ip/?$ ip.php
 
 RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L]
-RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L]
+RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE]