SSL problem

Status
This thread has been locked.

CallMeVay

Feedback score
1
Posts
311
Reactions
73
Resources
0
Hello.

I am having a problem with my website where I have installed an SSL certificate on, whenif you go onto the main landing page of the site, the ssl is not displayed but if you go on any other website the SSL is displayed.

This is payed so just hit me up with any price on discord: Vay#3632 or on here.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

CallMeVay

Feedback score
1
Posts
311
Reactions
73
Resources
0
Have you tried to force HTTPS in .htaccess?

EDIT: It could be that it works but by default it redirects you to the non secure version

Yes it has been forced. Bascially all pages work on https, however if you go to domain.com it does not. But if you go to https://domain.com then it does.
 

CallMeVay

Feedback score
1
Posts
311
Reactions
73
Resources
0
To me that sounds like it isn't being forced but if it is another issue I may not be able to help with it as I don't really work with SSL much.

I am working of a script that I bought, so maybe its not being forced, I am not sure, I 've checked htacess but I dont really know what to do or what I am looking for.
 

CallMeVay

Feedback score
1
Posts
311
Reactions
73
Resources
0
Here is a snippet to add to the bottom of .htaccess

**REPLACE DOMAIN.COM WITH YOUR DOMAIN NAME**

Code:
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]

Still nothing.
 

1337

ash is our purest form
Supreme
Feedback score
159
Posts
1,541
Reactions
1,523
Resources
0
Hello.

I am having a problem with my website where I have installed an SSL certificate on, whenif you go onto the main landing page of the site, the ssl is not displayed but if you go on any other website the SSL is displayed.

This is payed so just hit me up with any price on discord: Vay#3632 or on here.
add me on discord, David.#1337

I'll help you out
 
Status
This thread has been locked.
Top