From 3ad62c5b3ac95ca83ef8c54108bdf1470397b776 Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram Date: Mon, 17 Jun 2019 16:46:51 +0100 Subject: [PATCH] Force https --- html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/.htaccess b/html/.htaccess index 7aeaee8..a27c058 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -5,7 +5,7 @@ RewriteEngine On RewriteRule .* - [F] -RewriteCond %{HTTP_HOST} ^www.alquran.cloud$ +RewriteCond %{HTTP_HOST} ^www.alquran.cloud$ [OR] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://alquran.cloud/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f