[[redirects]]
from = "/features"
to = "/"
status = 301
[[redirects]]
from = "/index.php?r=site/tos"
to = "/terms-of-service/"
status = 301
[[redirects]]
from = "/index.php?r=site/faq"
to = "/pricing/"
status = 301
[[redirects]]
from = "/index.php?r=site/pricing"
to = "/pricing/"
status = 301
[[redirects]]
from = "/index.php?r=site/coverage"
to = "/datacenters/"
status = 301
[[redirects]]
from = "/affiliates/idevaffiliate.php"
to = "/affiliates/"
status = 301
[[redirects]]
from = "/index.php?r=site/contact"
to = "/support/"
status = 301
Whatever rule starts with /index.php? - it doesn’t work. Any other rule from this list works fine. Any ideas?
Well there’s no store in my case and I’m not sure where index.php will fit into this scheme. Do you mean something like: /index.php r=site/coverage /datacenters 301 or / r=site/coverage /datacenters 301
edited sorry I forgot to change that part. However, Its important to note that I am just interpreting the docs I’ve linked and havent tried this myself. You’d need the index.php part to be the key to redirect from and then use the query params to decide where to go, youll need a redirect per param I assume