From 6912690bb8aee40c595e99999b66ca938f4dbee9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 18 Feb 2016 19:57:29 +0100 Subject: [PATCH] Redirect api.php to video --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 5591820..44af576 100644 --- a/.htaccess +++ b/.htaccess @@ -11,3 +11,5 @@ FileETag None RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] + +Redirect /api.php /video