Post by EvolveWebHosting » Tue Apr 18, 2017 10:32 pm

Your site only redirects back to your home page no matter what page I try to go to. There's no sign of an ssl certificate present either.

I suggest purchasing a real SSL instead of using LetsEncrypt as well. The encryption is not that strong.

If you need to look at certificates, you can find them here: https://www.evolvewebhost.com/comodo.php

Attachments

Screen Shot 2017-04-18 at 8.33.15 AM.png

Screen Shot 2017-04-18 at 8.33.15 AM.png (76.05 KiB) Viewed 8821 times


2 Week FREE Trial of our Shared Hosting plans (DIrectAdmin or cPanel) for new customers
2 Week FREE Trial of Astra Firewall and Malware Scanner
Visit our website for full details and to start your trial today - www.evolvewebhost.com


User avatar
Active Member

Posts

Joined
Fri Mar 27, 2015 11:13 pm
Location - Denver, Colorado, USA

Post by coolhaka » Tue May 02, 2017 1:44 am

Through our Host, we enable SSL in our website www.e-bozar.com After enable it, we checked our site through www.whynopadlock.com At the first we got 16 insecure links, from which we can solve 15 links by transfer it to HTTPS from HTTP but we are unable to transfer the main LOGO link to HTTPS. Please help us to solve this matter. If you check the SSL status through whynopadlock.com then you can see this error:-
Total number of items: 328
Number of insecure items: 1
Insecure URL: http://e-bozar.com/image/data/eb_yellow_logo.png
Found in: https://e-bozar.com/

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by victorj » Wed May 03, 2017 2:14 am

make sure you changed all http references in config.php located in root and admin folder to https.
Next in admin configuration, your shop server tab, set use ssl to off, and save configuration.
open shop config again, go to tab images and remove logo, add logo again, and save.
Now your logo should be https as well.

Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com


User avatar
Expert Member

Posts

Joined
Sat Jun 25, 2011 4:09 am
Location - Alkmaar Holland

Post by IP_CAM » Fri May 05, 2017 1:37 am

Here, you'll find a 'function', changing all 'OC-internal' commands to https as well:
viewtopic.php?f=190&t=171302&p=656833#p656833
---
And your theme/template/common/header.tpl placed LOGO needs to be
(manually or by VqMod!) rewritten from:
<img src="<?php echo $logo; ?>"
to:
<img src="https://e-bozar.com/image/data/eb_yellow_logo.png"
something like this (untested!)
https_logo_link.vqmod.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<modification>
<id><![CDATA[HTTPS Logo Link]]></id>
<version><![CDATA[OpenCart 1.5.6.x]]></version>
<vqmver><![CDATA[2.4.1]]></vqmver>
<author><![CDATA[Ernie - IP_CAM]]></author>
<file name="catalog/view/theme/*/template/common/header.tpl">
<operation error="log">
<search position="replace"><![CDATA[<img src="<?php echo $logo; ?>"]]></search>
<add><![CDATA[<img src="https://e-bozar.com/image/data/eb_yellow_logo.png"]]></add>
</operation>
</file>
</modification>
Good Luck! ;)
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by coolhaka » Fri May 05, 2017 11:23 pm

The xml file is not working on my site.

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by IP_CAM » Fri May 05, 2017 11:48 pm

well, then check in the vqmod/logs/... Section, what error it displays. You may also
use a different VqMod, doing it's 'things' in the header.tpl as well. And without seeing the the
header.tpl code, in your very very 'differently' coded theme, nobody would be able to find out anyway
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by EvolveWebHosting » Sat May 06, 2017 10:55 am

coolhaka wrote:
Fri May 05, 2017 11:23 pm
The xml file is not working on my site.
You can manually edit catalog/view/theme/your_theme/template/common/header.tpl for this one image link

2 Week FREE Trial of our Shared Hosting plans (DIrectAdmin or cPanel) for new customers
2 Week FREE Trial of Astra Firewall and Malware Scanner
Visit our website for full details and to start your trial today - www.evolvewebhost.com


User avatar
Active Member

Posts

Joined
Fri Mar 27, 2015 11:13 pm
Location - Denver, Colorado, USA

Post by coolhaka » Sat May 06, 2017 4:47 pm

My header.tpl file:-

<?php
$themeName = $this->config->get('config_template');
require_once( DIR_TEMPLATE.$this->config->get('config_template')."/template/bossthemes/boss_library.php" );
$helper = ThemeControlHelper::getInstance( $this->registry,$themeName);
//print_r($helper);die;
?>
<!DOCTYPE html>
<html dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>">
<head>
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async='async'></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(["init", {
appId: "e951ceb4-6ad1-43b2-90de-825b34b8b15f",
autoRegister: true, /* Set to true to automatically prompt visitors */
subdomainName: 'https://e-bozar.onesignal.com',
/*
subdomainName: Use the value you entered in step 1.4: http://imgur.com/a/f6hqN
*/
httpPermissionRequest: {
enable: true
},
notifyButton: {
enable: false /* Set to false to hide */
}
}]);
</script>
<meta charset="UTF-8" />
<title><?php echo $title; ?></title>
<base href="<?php echo $base; ?>" />
<?php if ($description) { ?>
<meta name="description" content="<?php echo $description; ?>" />
<?php } ?>
<?php if ($keywords) { ?>
<meta name="keywords" content="<?php echo $keywords; ?>" />
<?php } ?>
<!--unsemantic-->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<!--unsemantic-->
<?php if ($icon) { ?>
<link href="<?php echo $icon; ?>" rel="icon" />
<?php } ?>
<?php foreach ($links as $link) { ?>
<link href="<?php echo $link['href']; ?>" rel="<?php echo $link['rel']; ?>" />
<?php } ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/stylesheet.css" />
<?php foreach ($styles as $style) { ?>
<link rel="<?php echo $style['rel']; ?>" type="text/css" href="<?php echo $style['href']; ?>" media="<?php echo $style['media']; ?>" />
<?php } ?>


<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/ui/jquery-ui-1.8.16.custom.min.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/ui/themes/ui-lightness/jquery-ui-1.8.16.custom.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/boss_add_cart.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/boss_carousel.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/boss_megamenu.css" />
<script type="text/javascript" src="catalog/view/javascript/common.js"></script>
<?php foreach ($scripts as $script) { ?>
<script type="text/javascript" src="<?php echo $script; ?>"></script>
<?php } ?>
<!---->
<script type="text/javascript" src="catalog/view/javascript/bossthemes/getwidthbrowser.js"></script>
<script type="text/javascript" src="catalog/view/javascript/bossthemes/bossthemes.js"></script>
<script type="text/javascript" src="catalog/view/javascript/bossthemes/notify.js"></script>
<script type="text/javascript" src="catalog/view/javascript/bossthemes/jquery.selectbox-0.2.js"></script>

<link href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/unsemantic/unsemantic-grid-base.css" rel="stylesheet" type="text/css" media="all" />
<?php if (!$this->config->get('b_General_Respon')) { ?>
<script>
$(document).ready(function() {
var body = $("body").outerWidth();
if(body > 1200){
$("#container").css("width", body);
}else{
$("#container").css("width", 1200);
}
});
</script>
<link href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/unsemantic/unsemantic-grid-desktop.css" rel="stylesheet" type="text/css" media="all" />
<?php } else { ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/responsive.css" />
<script>
var ADAPT_CONFIG = {
path: 'catalog/view/theme/<?php echo $themeName;?>/stylesheet/unsemantic/',
dynamic: true,
range: [
'0 to 767px = unsemantic-grid-mobile.css',
'767 to 1024px = unsemantic-grid-tablet.css',
'1024px = unsemantic-grid-desktop.css'
]
};
</script>
<script>
if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i)) {
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta) {
viewportmeta.content = 'width=device-width, minimum-scale=1.0, maximum-scale=1.0';
document.addEventListener('gesturestart', function() {
viewportmeta.content = 'width=device-width, minimum-scale=0.25, maximum-scale=1.6';
}, false);
}
}
</script>
<script type="text/javascript" src="catalog/view/javascript/bossthemes/unsemantic/adapt.min.js"></script>
<!--unsemantic-->
<?php } ?>
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/ie8.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/ie7.css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $themeName;?>/stylesheet/ie6.css" />
<script type="text/javascript" src="catalog/view/javascript/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('#logo img');
</script>
<![endif]-->
<?php if ($stores) { ?>
<script type="text/javascript"><!--
$(document).ready(function() {
<?php foreach ($stores as $store) { ?>
$('body').prepend('<iframe src="<?php echo $store; ?>" style="display: none;"></iframe>');
<?php } ?>
});
<?php
$customcode = array();
$customcode = $this->config->get('customcode');
echo $customcode['custom_java'];
?>
//--></script>
<?php } ?>

<?php
$customcode = array();
$customcode = $this->config->get('customcode');
?>
<!-- custom css-->
<?php
if($customcode['custom_css']){
?>
<style type="text/css">
<?php
echo $customcode['custom_css'];
?>
</style>
<?php } ?>
<!-- end custom css-->

<!-- custom javascript-->
<?php
if($customcode['custom_java']){
?>
<script type="text/javascript"><!--
<?php
echo $customcode['custom_java'];
?>
//--></script>
<?php } ?>
<!-- end custom javascript-->


<?php /******************THEME FONTS SETTINGS*********************/ ?>
<?php require_once "catalog/view/theme/bt_electronues/template/bossthemes/Boss_font_setting.php"; ?>
<?php require_once "catalog/view/theme/bt_electronues/template/bossthemes/Boss_color_setting.php"; ?>
<?php require_once "catalog/view/theme/bt_electronues/template/bossthemes/Mobile_Detect_2.6.6.php"; ?>
<?php echo $google_analytics; ?>

</head>
<?php
$array = (explode('/',$_SERVER['REQUEST_URI']));
$end = end($array);
if($end == "index.php" || $end == "home" || $end == ""){
$home_page='home_page';
}else{
$home_page="other_page";
}
?>
<body class="<?php echo $home_page; ?>">
<?php
$detect = new Mobile_Detect;
$b_Mode_CSS = $this->config->get('b_Mode_CSS');
if(!isset($b_Mode_CSS)){
$b_Mode_CSS ="wide";
}
?>
<div id="container" class="<?php echo $b_Mode_CSS; ?>">
<div class="boss_header">
<?php
$modules =$helper->getModulesByPosition('header');
if( $modules ){?>
<?php foreach ($modules as $module) { ?>
<?php echo $module; ?>
<?php } } ?>
<!-- mobile -->
<?php if($detect->isMobile() && !$detect->isTablet()){ ?>
<div class="frame_mobile">
<div class="header_top">
<?php if ($logo) { ?>
<div id="logo"><a href="<?php echo $home; ?>"><img src="<?php echo $logo; ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" /></a></div>
<?php } ?>
<?php if(isset($boss_search)){echo $boss_search;} ?>
<?php echo $cart; ?>
<div class="choose_option">
<?php echo $currency; ?>
<?php echo $language; ?>
</div>
<div class="links"><a href="<?php echo $wishlist; ?>" id="wishlist-total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></div>
<div id="welcome">
<?php if (!$logged) { ?>
<?php echo $text_welcome; ?>
<?php } else { ?>
<?php echo $text_logged; ?>
<?php } ?>
</div>
</div>
<div class="header_bottom">
<?php
$modules =$helper->getModulesByPosition('mainmenu');
if( $modules ){
foreach ($modules as $module) {
echo $module;
}
}
?>
<div class="slideshow_grid">
<?php
$modules =$helper->getModulesByPosition('slideshow');
if( $modules ){
?>
<?php foreach ($modules as $module) { ?>
<?php echo $module; ?>
<?php } ?>
<?php } ?>

<?php /********************Block Header bottom******************/ ?>
<?php include "catalog/view/theme/".$this->config->get('config_template')."/template/bossthemes/Boss_header_bottom.php";?>
</div>
</div>
</div>
<?php } else{ ?>
<div id="header_top">
<div class="frame_header_top">
<div class="grid-container">
<div class="grid-100 tablet-grid-100 mobile-grid-100">
<div>
<?php if ($logo) { ?>
<div id="logo"><a href="<?php echo $home; ?>"><img src="<?php echo $logo; ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" /></a></div>
<?php } ?>
<?php echo $currency; ?>
<?php echo $language; ?>
<div class="links"><a href="<?php echo $wishlist; ?>" id="wishlist-total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></div>
<div id="welcome">
<?php if (!$logged) { ?>
<?php echo $text_welcome; ?>
<?php } else { ?>
<?php echo $text_logged; ?>
<?php } ?>
</div>

<?php /********************Block Header Top******************/ ?>
<?php include "catalog/view/theme/".$this->config->get('config_template')."/template/bossthemes/Boss_header_top.php";?>
</div>
</div>
</div>
</div>
</div>
<div id="header_bottom" >
<div class="grid-container">
<div class="grid-100 tablet-grid-100 mobile-grid-100">
<div>
<div id="frame_menu_dropdown" class="form_search_cart grid-80 tablet-grid-75 mobile-grid-100 grid-parent">
<?php echo $cart; ?>
<?php if(isset($boss_search)){echo $boss_search;} ?>
</div>
<div id="frame_menu" class="boss_menu_vertical grid-20 tablet-grid-25 mobile-grid-100 grid-parent">
<?php
$modules =$helper->getModulesByPosition('mainmenu');
if( $modules ){
foreach ($modules as $module) {
echo $module;
}
}
if ($this->config->get('b_General_Menu')=='0') { ?>
<div class="quick-select hide-on-mobile" >
<p><span>All Categories</span></p>
<?php if ($categories) { ?>
<div class="menu_default" id="menu" >
<ul>
<?php foreach ($categories as $category) { ?>
<li <?php if(count($category['children'])>0){echo 'class="dropdown-arrow"'; }?>><a href="<?php echo $category['href']; ?>"><span><?php echo $category['name']; ?></span><?php if (count($category['children'])>0) { ?><b></b><?php } ?></a>
<?php if ($category['children']) { ?>
<div class="dropdown">
<div>
<?php for ($i = 0; $i < count($category['children']);) { ?>
<ul>
<?php $j = $i + ceil(count($category['children']) / $category['column']); ?>
<?php for (; $i < $j; $i++) { ?>
<?php if (isset($category['children'][$i])) { ?>
<li><a href="<?php echo $category['children'][$i]['href']; ?>"><?php echo $category['children'][$i]['name']; ?></a></li>
<?php } ?>
<?php } ?>
</ul>
<?php } ?>
</div>
</div>
<?php } ?>
</li>
<?php } ?>
</ul>
</div>
<?php } ?>
<script type="text/javascript"><!--
if($('body').hasClass('other_page')){
$('.quick-select > p span').append('<b>+</b>');

$('.quick-select').click(function(){

if ($(this).find('p b').text() == '+'){
$(this).children('#menu').slideDown(300);
$(this).find('p b').text('-');
}else{
$(this).children('#menu').slideUp(300);
$(this).find('p b').text('+');
}

});
}

<?php if($detect->isTablet()){ ?>
$(".menu_default > ul > li a").bind('touchstart', function(){
if(!$(this).hasClass("ishover") && $(this).parent("li.dropdown-arrow").length>0){
$(".menu_default > ul > li a").removeClass('ishover');
$(this).addClass("ishover");
return false;
}else{
return true;
}
});
<?php } ?>
//--></script>
</div>
<?php }else{ ?>
<script type="text/javascript"><!--

if($('body').hasClass('other_page')){
$('.quick-select > p span').append('<b>+</b>');

$('.quick-select').click(function(){
if ($(this).find('p b').text() == '+'){
$(this).children('#boss_menu').slideDown(300);
$(this).find('p b').text('-');
}else{
$(this).children('#boss_menu').slideUp(300);
$(this).find('p b').text('+');
}
});
}
//--></script>
<?php } ?>
</div>
<div class="position_slideshow grid-80 tablet-grid-75 mobile-grid-100 grid-parent">
<div class="slideshow_grid">
<?php
$modules =$helper->getModulesByPosition('slideshow');
if( $modules ){
?>
<?php foreach ($modules as $module) { ?>
<?php echo $module; ?>
<?php } ?>
<?php } ?>

<?php /********************Block Header bottom******************/ ?>
<?php include "catalog/view/theme/".$this->config->get('config_template')."/template/bossthemes/Boss_header_bottom.php";?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
<?php if ($error) { ?>

<div class="warning"><?php echo $error ?><img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>

<?php } ?>
<div class="grid-container page">
<div class="grid-100 tablet-grid-100 mobile-grid-100">
<div>
<div class="clear"></div>

<div id="notification"></div>

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by EvolveWebHosting » Sat May 06, 2017 8:34 pm

This is what you want to alter:

<img src="<?php echo $logo; ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" />

2 Week FREE Trial of our Shared Hosting plans (DIrectAdmin or cPanel) for new customers
2 Week FREE Trial of Astra Firewall and Malware Scanner
Visit our website for full details and to start your trial today - www.evolvewebhost.com


User avatar
Active Member

Posts

Joined
Fri Mar 27, 2015 11:13 pm
Location - Denver, Colorado, USA

Post by coolhaka » Sat May 06, 2017 8:45 pm

What i should i input in that field to alter?

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by victorj » Mon May 08, 2017 4:36 am

nothing.
the code in your header is a relative url, meaning if you saved your logo while your admin is under ssl, logo shpould be saved with ssl url.
So make sure your admin is fully ssl as well.
go into admin, delete store logo, save cnfiguration, add logo again and save.
now your logo should be dispayed with ssl as well and your freen padlock should be there

Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com


User avatar
Expert Member

Posts

Joined
Sat Jun 25, 2011 4:09 am
Location - Alkmaar Holland

Post by coolhaka » Mon May 08, 2017 9:03 pm

Whenever i delete the logo and save it then the site show ssl but when save the site with ssl in server tab of setting and upload the logo again then ssl not displaying in my site.

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by EvolveWebHosting » Mon May 08, 2017 9:37 pm

coolhaka wrote:
Mon May 08, 2017 9:03 pm
Whenever i delete the logo and save it then the site show ssl but when save the site with ssl in server tab of setting and upload the logo again then ssl not displaying in my site.
It's because you have a problem with your logo not loading https so when you remove it, all is ok. You most likely have an issue in your config files or there is an issue with your theme and you may need to get commercial support to resolve it for you.

2 Week FREE Trial of our Shared Hosting plans (DIrectAdmin or cPanel) for new customers
2 Week FREE Trial of Astra Firewall and Malware Scanner
Visit our website for full details and to start your trial today - www.evolvewebhost.com


User avatar
Active Member

Posts

Joined
Fri Mar 27, 2015 11:13 pm
Location - Denver, Colorado, USA

Post by coolhaka » Tue May 09, 2017 8:59 pm

Now my SSL problem solved by theme company but still the site access through HTTP. How can I solve it?

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by IP_CAM » Wed May 10, 2017 3:44 am

OpenCart .htaccess file content to https:

Code: Select all

# SEO URL Settings
RewriteEngine On
#RewriteCond %{HTTPS} on

#SSL Port
RewriteCond %{SERVER_PORT} !=443

# Remove www. from any domain query
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1%{REQUEST_URI} [R=301,L]

# All broswer request get redirected to HTTPS
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

# If your opencart installation does not run on the main web folder 
# make sure you folder it does run in ie. / becomes /shop/ !!!
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by coolhaka » Thu May 11, 2017 8:15 pm

My main problem is my homepage not showing https but other page displaying https.

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am

Post by victorj » Fri May 12, 2017 5:36 am

you need to add a rewrite rule to you .htaccess file to force first entry to site to go to https.
All answers are in previous postings

Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com


User avatar
Expert Member

Posts

Joined
Sat Jun 25, 2011 4:09 am
Location - Alkmaar Holland

Post by coolhaka » Mon May 22, 2017 5:19 pm

My .htaccess file:-

RewriteEngine on
RewriteCond %{HTTP_HOST} ^store\.e\-bozar\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.store\.e\-bozar\.com$
RewriteRule ^/?$ "http\:\/\/store\.e\-bozar\.com\/index\.php\?route\=account\/login" [R=301,L]



Now tell me, what code should i insert for https?

New member

Posts

Joined
Fri Mar 28, 2014 4:21 am
Who is online

Users browsing this forum: No registered users and 45 guests