My Site is not redirecting what to do?

My site works fine if I search as www.blackstacks.ga

But if I write blackstacks.ga, it does not redirecting to www.blackstacks.ga but it shows infinity free page

I don’t know what to do. Kindly Help me

Wait

Add this to your .htaccess file.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^blackstacks.ga [NC]
RewriteRule ^(.*)$ https://www.blackstacks.ga/$1 [L,R=301]
2 Likes

It seems that www.blackstacks.ga is hosted on google, but blackstacks.ga is hosted by us. So of course you’ll see different pages.

You can keep this setup and add a redirect on blackstacks.ga to redirect it to the www subdomain, but I have to say that this is not really a supported use case from our end.

6 Likes

I’ve added it, but when I try to save… this shows

Ok. I just created a new .htaccess file in htdocs and pasted that code. It doesn’t seems to work. Does it take time to work?

I just checked the redirect and it seems to be working for me. Can you please clear your browser cache or check it in Private Browsing mode?

5 Likes

my results

these three working fine

https://www.blackstacks.ga/
http://blackstacks.ga/
http://www.blackstacks.ga/

this one gives Secure Connection Failed

https://blackstacks.ga/

2 Likes

yeah It’s working Thankyou

1 Like

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