We have two page rules for url forwarding one is www.metamode.com.au pointing to metamode.digital and another is rule for the naked domain pointing to metamode.digital. We also forwarded this URL Notion – The all-in-one workspace for your notes, tasks, wikis, and databases. to this URL Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.. We set the order to 1. It worked overnight but now it’s stopped working. Any ideas?
All seem to work ok for me…
https://cf.sjr.org.uk/tools/check?b4e8cd4c33184fe9a6ce1401b043db08#connection-server
https://cf.sjr.org.uk/tools/check?860e0c0e7c904370a2c4043ac03c13af#connection-server
https://cf.sjr.org.uk/tools/check?05d896cc3e6c4b598595c851db1dad8b#connection-server
Hmmm interesting…
Any idea why the redirect to the notion url would not be taking priority anymore though? We set it priority 1 but everytime I click the source link it redirects to landing page instead of our new terms of service on the notion URL.
Worked ok last night for a little bit, but stopped working this morning.
Anybody have any ideas about this one? Why is the priority 1 setting not working?
Can you show a screenshot of the page rules list and each rule?
Sure!
Thanks for your help.
The first page rule is to match http://metamode.com.au/terms-of-service/
, it won’t match for https://metamode.com.au/terms-of-service/
or http://metamode.com.au/terms-of-service
(no trailing slash).
Consider matching on *metamode.com.au/terms-of-service
or http://metamode.com.au/terms-of-service*
depending on what you actually have or need to do.
We basically have a legacy link we can’t change atm which is: Notion – The all-in-one workspace for your notes, tasks, wikis, and databases. with the trailing slash.
Still seems to redirect to landing page with both suggestions:
Works fine when you type url directly into browser without the trailing slash mind you…
You still have http://
at the start of the URL.
The redirects are doing what you have set…
curl -I http://metamode.com.au/terms-of-service/
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Feb 2024 10:55:22 GMT
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Mon, 26 Feb 2024 11:55:22 GMT
Location: https://metamode.notion.site/Terms-and-Conditions-8ae5041f409a41e9b66a2fe9fe9f0423/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Ct7ZjbBjmaNRtKUSPIAlkymwmWecl1H1zAwO3qYI58aLmDzhMfXRCMnifwgK9AZRKHDhxZ7%2BV87XB1m9wO4rgAxhSUW%2BiDfcZCYW3PHI6uwzRnph44O52WdKUm%2B19vbhKzBn%2FUD56u5wM2VENZE%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 85b7a7c4aef87731-LHR
alt-svc: h3=":443"; ma=86400
curl -I https://metamode.com.au/terms-of-service/
HTTP/2 301
date: Mon, 26 Feb 2024 10:55:31 GMT
location: https://metamode.digital/
cache-control: max-age=3600
expires: Mon, 26 Feb 2024 11:55:31 GMT
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=9fGCDZTeogjKSwJzjTxF%2B0RbjkrIckfy%2F5CgTms%2Fu3nKv0vtJPjkkwJYBk60heRFAXMVm%2BqD4G6%2FDXjFOeNUAv5ydor8ID82HkKyjNjXDtbbbFiHQL8arBbXZ83FPAQvZsW%2FSyuJyqE2ib7O9rQ%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 85b7a7fd39c37731-LHR
alt-svc: h3=":443"; ma=86400
Aah yes, my bad! I think that’s done the trick.
Thanks very much for your help.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.