2 Questions

prateek31

Regular Member
Joined
Dec 13, 2016
Messages
458
Reaction score
84
hi all,
Q1- does domain.com/ goes to domain.com by default or i need to do something?

Q2-does http goes to https by default or i hv to do something?

thanks
 
Q1 ia automatic

Q2 you have to set that up cpanel and wordpress if that is what you're using in the settings, have an installed certificate and test to make sure it goes there otherwise you need to add a few lines to the htaccess file.

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yoursitename.com/$1 [R,L
 
Q1 ia automatic

Q2 you have to set that up cpanel and wordpress if that is what you're using in the settings, have an installed certificate and test to make sure it goes there otherwise you need to add a few lines to the htaccess file.

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yoursitename.com/$1 [R,L
thanks
 
Number 2 depends if you have an ssl and set your site up accordingly.
 
Back
Top