#www redirect is not working
1 messages · Page 1 of 1 (latest)
Not sure about pages, but with workers I do not have to put those CNAMEs into DNS, I can just add "custom domains" in the settings tab for the worker
You can also set these custom domains directly in the wrangler.toml file like this ->
routes = [
{ pattern = "example.com", custom_domain = true },
{ pattern = "www.example.com", custom_domain = true }
]
Yeah I did put "entdecke.solar" as custom domain it doesnt allow to put www.entdecke.solar
though it does not automatically redirect www to https without www
thats what I want
because a lot of people are searching websites with www prefix
That sounds weird, it should work.