diff --git a/.htaccess b/.htaccess index d3b3677..d5227a3 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,10 @@ RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{HTTPS} off RewriteRule ^ index.php [L] RewriteRule ^(.*)/$ $1 [R=301,L] + RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] diff --git a/includes/tpl/head.php b/includes/tpl/head.php index 2337ccf..9824996 100755 --- a/includes/tpl/head.php +++ b/includes/tpl/head.php @@ -48,7 +48,40 @@ License: You must have a valid license purchased only from themeforest(the above do_action("global_css"); ?> - + +