mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-25 07:14:18 +00:00
force ssl on htaccess
This commit is contained in:
@@ -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]
|
||||
|
||||
<IfModule mod_deflate.c>
|
||||
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|html|php|txt|xml)$">
|
||||
|
||||
+34
-1
@@ -48,7 +48,40 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<link href="/assets/layouts/layout/css/custom.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- END THEME LAYOUT STYLES -->
|
||||
<?php $hooks->do_action("global_css"); ?>
|
||||
</head>
|
||||
<script>/* Hotjar */
|
||||
(function(h,o,t,j,a,r){
|
||||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||
h._hjSettings={hjid:807847,hjsv:6};
|
||||
a=o.getElementsByTagName('head')[0];
|
||||
r=o.createElement('script');r.async=1;
|
||||
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
|
||||
a.appendChild(r);
|
||||
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
||||
|
||||
|
||||
/* Drift */
|
||||
!function() {
|
||||
var t;
|
||||
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
|
||||
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
|
||||
t.factory = function(e) {
|
||||
return function() {
|
||||
var n;
|
||||
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
|
||||
};
|
||||
}, t.methods.forEach(function(e) {
|
||||
t[e] = t.factory(e);
|
||||
}), t.load = function(t) {
|
||||
var e, n, o, i;
|
||||
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
|
||||
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
|
||||
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
|
||||
});
|
||||
}();
|
||||
drift.SNIPPET_VERSION = '0.3.1';
|
||||
drift.load('bua4t3vtn9g5');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<!-- END HEAD -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user