Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,180,567 members, 7,911,476 topics. Date: Monday, 05 August 2024 at 11:15 AM

Web Developer Pls Help - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Web Developer Pls Help (778 Views)

Biko How Do I Tag A Friend On Nairaland?? Pls Help A Friend!! / Pls Help / Mybb Gurus In The House Pls Help (2) (3) (4)

(1) (Reply) (Go Down)

Web Developer Pls Help by Oladoyin100(m): 8:00am On May 22, 2020
I added ssl certificate to secure my website first it's only front-end that is secured back-end is not secured and 2 if you view it on mobile it is not get secured but on PC is secure

Re: Web Developer Pls Help by bloomstar: 8:01am On May 22, 2020
What host, and what ssl certificate did you buy. Commodo??
Re: Web Developer Pls Help by Bloggingscope: 8:06am On May 22, 2020
Probably a mixed content issue or something similar, that is why the green padlock does not appear on some pages

No one can decipher that without having your URL
Re: Web Developer Pls Help by Oladoyin100(m): 8:10am On May 22, 2020
bloomstar:
What host, and what ssl certificate did you buy. Commodo??
domain king
Re: Web Developer Pls Help by Oladoyin100(m): 8:10am On May 22, 2020
Bloggingscope:
Probably a mixed content issue or something similar, that is why the green padlock does not appear on some pages

No one can decipher that without having your URL
you mean my site url
www.smartviewz.com
Re: Web Developer Pls Help by bloomstar: 8:13am On May 22, 2020
Oladoyin100:
domain king

You're probably using there free ssl certificate. Contact there support on live chat or phone call. They will fix it up for you immediately
Re: Web Developer Pls Help by BhoomiMivics: 8:15am On May 22, 2020
Most web-server wants the security to be subscribed from them. The problem is currently from your web server so you contact then for this complaint. Stay blessed
Re: Web Developer Pls Help by Bloggingscope: 8:22am On May 22, 2020
Oladoyin100:
you mean my site url
www.smartviewz.com

I ran a check on your website and it is not a mixed content issue, the issue lies with yoir webserver as they are not forcing the https

Re: Web Developer Pls Help by Oladoyin100(m): 8:25am On May 22, 2020
So I should contact my web server
Re: Web Developer Pls Help by Oladoyin100(m): 8:26am On May 22, 2020
Bloggingscope:


I ran a check on your website and it is not a mixed content issue, the issue lies with yoir webserver as they are not forcing the https
So I should contact my web server
Re: Web Developer Pls Help by barrypro: 8:36am On May 22, 2020
Oladoyin100:
I added ssl certificate to secure my website first it's only front-end that is secured back-end is not secured and 2 if you view it on mobile it is not get secured but on PC is secure

You need to force https on the site. Contact me if you need help
Re: Web Developer Pls Help by Lordjb: 8:43am On May 22, 2020
Oladoyin100:
So I should contact my web server
I'm not sure if this will work since you're not using a Wordpress site but you can try.

Add the below code at the top of your htaccess file and save, that's if you have access to your Cpanel. Clear your browser cache and try again.

Header set Content-Security-Policy: upgrade-insecure-requests
Re: Web Developer Pls Help by etoluw: 8:43am On May 22, 2020
Oladoyin100:

So I should contact my web server

I just checked it the ssl is working fine.

All you need to do is force a redirect using the .htaccess file ( it is very easy to do )

i can walk you through the process if u are interested
Re: Web Developer Pls Help by Sanchez01: 9:40am On May 22, 2020
Oladoyin100:
So I should contact my web server
You need to force https on the site since it already pointed that. To do, paste this code in your .htacess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


Ensure the line RewriteEngine On is not repeated twice. In case the line already exists, simply copy the rest of the code without it. If you have never messed with your .htaccess file before, make sure to download a copy before modifying it.
Re: Web Developer Pls Help by Bloggingscope: 10:08am On May 22, 2020
Sanchez01:

You need to force https on the site since it already pointed that. To do, paste this code in your .htacess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


Ensure the line RewriteEngine On is not repeated twice. In case the line already exists, simply copy the rest of the code without it. If you have never messed with your .htaccess file before, make sure to download a copy before modifying it.

Thanks for the other time brotherly cool

1 Like 1 Share

Re: Web Developer Pls Help by Sanchez01: 10:22am On May 22, 2020
Bloggingscope:


Thanks for the other time brotherly cool
It's nothing, bro. Have you been able to now?
Re: Web Developer Pls Help by Oladoyin100(m): 1:09pm On May 22, 2020
Thanks so much everyone I really appreciate p
Re: Web Developer Pls Help by DenreleDave(m): 3:46pm On May 22, 2020
Oladoyin100:
Thanks so much everyone I really appreciate p

How did I build a website... Is it via html and css Cox I am learning it
Re: Web Developer Pls Help by Oladoyin100(m): 5:36pm On May 22, 2020
DenreleDave:


How did I build a website... Is it via html and css Cox I am learning it
me too am a learner o
Re: Web Developer Pls Help by Bloggingscope: 6:14pm On May 22, 2020
Sanchez01:

It's nothing, bro. Have you been able to now?

It persists bro, thesame message yet agaim

I will wait till after COVID-19
Re: Web Developer Pls Help by Iceberg3: 6:55pm On May 22, 2020
DenreleDave:


How did I build a website... Is it via html and css Cox I am learning it


grin grin grin

BAAAHAHAHAHAHAAAHAHAA
Re: Web Developer Pls Help by Sanchez01: 7:35pm On May 22, 2020
Bloggingscope:


It persists bro, thesame message yet agaim

I will wait till after COVID-19
For all we know, COVID-19 is not ending anytime soon and I sincerely don't see it ending this year. You should do a deep dive and possibly a restart.
Re: Web Developer Pls Help by Bloggingscope: 8:22pm On May 22, 2020
Sanchez01:

For all we know, COVID-19 is not ending anytime soon and I sincerely don't see it ending this year. You should do a deep dive and possibly a restart.

Can we chat on gmail more?
Re: Web Developer Pls Help by Sanchez01: 8:51pm On May 22, 2020
Bloggingscope:


Can we chat on gmail more?
Sure, bro. Kindly start a new email thread. The other one is way too long and messages are getting lost already.

Waiting...

(1) (Reply)

I Need A Web Designer / Most Nairaland Web Builders Are Not Reliable / I Have $50 Paypal Fund For Sale

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 2
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.