From 8655db4fb7c7da0189071e548fd0d26d2717ba93 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 18 Feb 2016 20:06:30 +0100 Subject: [PATCH] Permanent redirects --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 63d29af..83d9799 100644 --- a/.htaccess +++ b/.htaccess @@ -12,5 +12,5 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] -Redirect /api.php /video -Redirect /extractors.php /extractors +Redirect permanent /api.php /video +Redirect permanent /extractors.php /extractors