Seting SSL ke WWW Gak bisa bisa.


Status
Not open for further replies.

junior riau

Hosting Guru
Verified Provider

mhdzakii

Apprentice 1.0
htaccess saya

Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^/?(.*) http://www.%{HTTP_HOST}/$1 [NC,R,L] <-- redirect to WWW
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/?(.*) https://%{HTTP_HOST}/$1 [NC,R,L] <--- redirect to HTTPS
</IfModule>
# END WordPress

Try access

Plugin Installed
1. SSL Insecure Content Fixer <-- fix url (source link) to https
2. Wordpress Force HTTPS <- force to https
 
Last edited:

mhdzakii

Apprentice 1.0
coba dlu pakai htaccess saya dan plugin yang saya pakai :)
apa hasilnya
udah saya coba kang, tempelin ini aja nih semuanya.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^/?(.*) http://www.%{HTTP_HOST}/$1 [NC,R,L] <-- redirect to WWW
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/?(.*) https://%{HTTP_HOST}/$1 [NC,R,L] <--- redirect to HTTPS
</IfModule>
# END WordPress

pluginnya harus diinstall juga gak kang?
 

mhdzakii

Apprentice 1.0
bisa mas coba di web masternya, itu setingan jusa saya pakai di domain saya (lihat signature)
sampai sekarang masih cokol kok di page 1,
mantep tuh, saya agak keliru pada mensubmit blog baru ke google, kelirunya pas udah ada ssl ini, itu pas masukin link kita harus www.getcracktools.com atau https://www.getcracktools.com mas? dan habis sumbit, trus submit apa lagi mas yang harus dimasukin ke ggoogle webmaster? saya kurang ngerti masalah cara submit link ke google webmaster mas, selama ini saya submit aja, trus gak pernah diurusin lagi :3
 
Status
Not open for further replies.

Top