Https is not appear

Hi Guys recently i purchase ssl from godaddy(very cheap after coupon code)

But here is an issue, when i open my website www . dailyvirtualassistants . com (it will open without https)

why this happen?

Here is https version of my website https://www.dailyvirtualassistants.com

Please advise me…

I beg pardon for link posting

It looks as though both the http and https versions of your site are working. Are you saying you want to force people to use the https version?

yup i want to force people visit my website with https extension…

Something along the lines of the following in your .htaccess file should do the trick - assuming you’re on Apache:

RewriteEngine on
RewriteCond %{SERVER_PORT} ^80$
RewriteRule .? https://www.domain.com%{REQUEST_URI} [R,L]

Where i can get my .htaccess file?

Can this issue resolve from plugin as well?

.htaccess is in your server’s root folder. You can download it, edit it and upload it again.

I believe there are plugins that can do the job, assuming you’re talking about Wordpress. A quick Google search came up with a few but I have no idea which would be best.

some one suggest me “Really Simple SSL” wordpress plugin on different forum…

Sounds like you have an answer then.

But here is another issue last some infected plugin harm my DB and website was crashed, so this time i do not want play with my website…

so it will be good go with this…

RewriteEngine on
RewriteCond %{SERVER_PORT} ^80$
RewriteRule .? https://www.domain.com%{REQUEST_URI} [R,L]

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.