23 Agustus 2017

Cara settings https di osclass


Cara settings https:// di osclass cms dengan dua metode config dan redirect.

Caranya:
1. Pertama masuk ke cpanel/ ftp >> file manager>> public_html/ config.php
edit file config.php



ganti http:// menjadi https://
setelah itu silahkan cek di halaman utama website anda

2. Untuk membuat url utama anda redirect ke https://

- Download plugin htaccess editor disini https://osclassmarketplace.com/index.php?route=account/newsletter

- Ganti htaccess anda dengan ini
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

0 komentar

Posting Komentar