SSL Nor Working

Website URL sinalhatisouth.epizy.com

(please specify the URL of the site on which you are experiencing the problem)

Error Message SSl not working. already change in .htaccess file with the following code

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType application/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://sinalhatisouth.epizy.com/$1 [R,L]

(please share the FULL error message you see, if applicable)

Other Information

(other information and details relevant to your question)

Welcome back to the forum! What is the error message you’re getting while visiting your website through SSL? Just saying “SSL is not working” can’t help us solve the issue.

3 Likes

not open my site using https after typing the site name in the browser

I checked your site, but there is no file called .htaccess there. There is a file called htaccess, but that file is not loaded. The file must be called EXACTLY .htaccess for the rules to be loaded.

Also, I would recommend using our recommended .htaccess snippet to force HTTPS instead. If this snippet works for you, then feel free to keep using it of course. But if you’re having trouble, please try our instead.

5 Likes

thanks there is type mistake between htaccess and .htaccess. thanks once again requirment fulfiled.

4 Likes

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