2017-07-27 4 views
0

Opencartの最新バージョン(3.0.2.0)をインストールしました。 SSL証明書がインストールされておらず、管理ダッシュボードからssl urlが無効になっている場合でも、httpsとしてのリンクを表示しています。Opencartでsslが有効になっていないhttpsとして表示される

私が見て、 "C:共通の\ footer.php \ \ xamppの\ htdocsに\ opencart \カタログ\コントローラ" 私はいくつかのURLを実行するために何をする

$data['voucher'] = $this->url->link('account/voucher', '', true); 
    $data['affiliate'] = $this->url->link('affiliate/login', '', true); 
    $data['special'] = $this->url->link('product/special'); 
    $data['account'] = $this->url->link('account/account', '', true); 
    $data['order'] = $this->url->link('account/order', '', true); 
    $data['wishlist'] = $this->url->link('account/wishlist', '', true); 
    $data['newsletter'] = $this->url->link('account/newsletter', '', true); 

下のように、SSLを有効にしていることを発見しこれらのURLはコードを編集しないでください

答えて

0

あなたのconfig.phpとadmin/config.phpファイルでHTTPS_SERVERを変更してください。 (変更https://http://

関連する問題