What is the name of the domain?
What is the issue you’re encountering
My website is being redirected causing it to slow down. Do I need to change the name from vidalux.net to www.vidalux.net?
My website is being redirected causing it to slow down. Do I need to change the name from vidalux.net to www.vidalux.net?
There’s a redirect set on your server or look into Rules from dashboard. You got to delete it:
>>> https://vidalux.net
> --------------------------------------------
> 301 Moved Permanently
> --------------------------------------------
Status: 301 Moved Permanently
Code: 301
Server: nginx
Date: Sun, 15 Dec 2024 03:30:10 GMT
Content-Type: text/html
Content-Length: 178
Connection: close
Location: https://www.vidalux.net/
X-Content-Type-Options: nosniff
Isn’t this necessary in case someone doesn’t type the “www”?
Your DNS records are not proxied so requests aren’t going through Cloudflare therefore any speed issues, including redirects, are down to your origin.
https://cf.sjr.dev/tools/check?5a14bcec8da848bb9ab1b5dbd2c0af33#dns
You can speed up the apex to www
redirect for users by doing it on Cloudflare instead. Proxy the apex domain DNS record, or change it to proxied AAAA 100::, and create a redirect rule as here…
https://community.cloudflare.com/t/redirect-example-com-to-www-example-com-using-single-dynamic-redirects/636762/2
You can likely further speed up your site by proxying the www
record so you are using the Cloudflare cache.
Yes, but you are testing the root domain instead of the www in your screenshot so the redirect is expected and necessary
This topic was automatically closed after 15 days. New replies are no longer allowed.