Single Redirects not working on domain root

I am trying to redirect http/s requests from https://squadle.com to https://www.crunchtime.com/squadle.

I have an A-Record for squadle.com just going to 8.8.8.8 and then have a Single Redirect with this expression:

(http.host eq squadle.com) or (http.host eq www.squadle.com)

going to (static, 301): https://www.crunchtime.com/squadle

It works for www.squadle.com but does not seem to work when there is no subdomain.

Please help.

Jay

curl -v squadle.com
*   Trying 2606:4700:e0::ac40:6005:80...
* Connected to squadle.com (2606:4700:e0::ac40:6005) port 80 (#0)
> GET / HTTP/1.1
> Host: squadle.com
...
< HTTP/1.1 301 Moved Permanently
< Location: https://www.crunchtime.com/squadle

Seems to be working just fine?

1 Like

LOL I guess I just wasn’t patient enough for the changes to take effect.

Thanks.

Jay

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