301 redirect from a blocked site

CatOnTheMoon

Newbie
Joined
Aug 3, 2018
Messages
9
Reaction score
0
Hello everyone,
I hope to have chosen the right section. Please forgive my english, I don't speak it well.
I have a movie streaming site that has been blocked by authorities in my country.
I made a 301 redirect to a new domain, but it seems that the redirect is not working properly.
The 301 redirect works and the website shows only when using a VPN, but it doesn't without VPN.
Is there a way to solve this problem or this is normal that the redirect doesn't work when there's a block from authorities?
Thank you very much in advance for your help.
 
do you have a firewall installed on that server where you have the 301, as it make sense why it work over vpn maybe whitelisted while all others not?
 
Maybe the ip you are using which doesnot load the website from that country, Like few years ago youtube was banned in pakistan so any ip of pakistan cant open youtube
 
do you have a firewall installed on that server where you have the 301, as it make sense why it work over vpn maybe whitelisted while all others not?
Hi, no I don't have any firewall.
 
Maybe the ip you are using which doesnot load the website from that country, Like few years ago youtube was banned in pakistan so any ip of pakistan cant open youtube
Hi, I asked various friends from my country to check if the website is working for them and all of them told me that the old website would not redirect to the new one. They are all from my same country, where the site has been blocked.
 
Hi, I asked various friends from my country to check if the website is working for them and all of them told me that the old website would not redirect to the new one. They are all from my same country, where the site has been blocked.

Try access site with IP only and tell me results so we can know if the block is on domain or IP.

Also in windows CMD run this:
Code:
traceroute YOUR-DOMAIN.com
 
Try access site with IP only and tell me results so we can know if the block is on domain or IP.

Also in windows CMD run this:
Code:
traceroute YOUR-DOMAIN.com
Hi, sorry I'm really a newbie in all this kind of stuff, so please forgive me if I'll make you silly questions.
What do you mean by trying to access the site with IP only? You mean from my IP without VPN?
 
Hi, sorry I'm really a newbie in all this kind of stuff, so please forgive me if I'll make you silly questions.
What do you mean by trying to access the site with IP only? You mean from my IP without VPN?
It's okay. I meant the website IP
 
I don't need the IP. I need you to test if accessing the IP works versus the domain.
This is what I got:
SORRY! If you are the owner of this website, please contact your hosting provider. It is possible you have reached this page because:
 
This is what I got:
SORRY! If you are the owner of this website, please contact your hosting provider. It is possible you have reached this page because:
And the cloudflare IP?

Also try to run the traceroute cmd command i listed above. and paste results here.
 
H
And the cloudflare IP?

Also try to run the traceroute cmd command i listed above. and paste results here.
Hi, thank you for your help.
This is what I got from Cloudflare's IP:

Error 1003 Ray ID: 4956da95c6f268c0 • 2019-01-07 13:43:31 UTC
Direct IP access not allowed

These are the results with traceroute (site's IP)

traceroute to 87.120.36.27 (87.120.36.27), 64 hops max, 52 byte packets

1 10.8.8.1 (10.8.8.1) 31.826 ms 29.004 ms 28.920 ms

2 vlan15.as01.par3.fr.m247.com (82.102.18.1) 29.345 ms 29.779 ms 29.217 ms

3 37.120.128.254 (37.120.128.254) 29.368 ms 29.159 ms 29.003 ms

4 te-7-6-0.bb1.lon1.uk.m247.com (176.10.83.120) 37.115 ms

te-9-4-0.bb1.lon1.uk.m247.com (185.206.226.85) 35.835 ms

te-7-6-0.bb1.lon1.uk.m247.com (176.10.83.120) 36.315 ms

5 xe-1-0-0-0.core1.lon2.uk.m247.com (176.10.82.160) 36.506 ms 36.726 ms 36.664 ms

6 eth-11-1-0.pni1.lon2.uk.m247.com (77.243.176.217) 41.687 ms 36.219 ms 36.253 ms

7 linx-224.retn.net (195.66.224.193) 74.768 ms 74.390 ms 74.965 ms

8 ae14-11.rt.ntl.kiv.ua.retn.net (87.245.232.216) 90.517 ms 90.207 ms 89.983 ms

9 be4-100g.cr-1.g50.kiev.volia.net (87.245.237.59) 90.846 ms 91.135 ms 87.079 ms

10 lag.agg-2.ss13.kiev.volia.net (77.120.1.98) 87.524 ms

lag33-80g.agg-1.ss13.kiev.volia.net (77.120.1.78) 84.699 ms 81.838 ms

11 lag1-40g.cr-1.ss13.kiev.volia.net (77.120.1.170) 84.733 ms 82.714 ms

lag1-40g.cr-2.ss13.kiev.volia.net (77.120.1.162) 86.045 ms

12 * * *

13 * * *
 
Back
Top