How to resolve root domain using VeV Design hosting and Redirects

What is the name of the domain?

www.flowmeters.ie

What is the issue you’re encountering

I cannot resolve root domain, www works ok.

What steps have you taken to resolve the issue?

I’ve tried Page and Rule redirects, but cannot find a rule that will redirect flowmeters.ie to www.flowmeters.ie.
Page Rule:
flowmeters.ie/*
Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://www.flowmeters.ie/$1)

What are the steps to reproduce the issue?

go to flowmeters.ie

You need to create a proxied DNS record for flowmeters.ie. Use a proxied record of AAAA 100:: as you are only redirecting.

https://cf.sjr.org.uk/tools/check?ff4889dfc9644198abddcd901962164e#dns

Thank you so much for your fast response

I created AAAA @ → 100::

And a Redirect Rule
(http.host eq “https://flowmeters.ie”) or (http.host eq “flowmeters.ie”)
→ Static https://www.flowmeters.ie 301

Fingers crossed now.

And I got this working - thanks again for your help and the useful website

You can take that part out, http.host should only be flowmeters.ie, which you have already, and not include the schema (see the example under the box where you enter hostname).

Got it - actually the uri.path tripped me up also - saw this as url.
Thanks again for your time here - very much appreciated.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.