Hi All, how can i add URL redirect record to force a www domain to non-www for ex. www.example.com to example.com … any advise?
Hi Umar,
For adding records, you can use our web interface or the API (see docs).
To create a domain alias, you need a CNAME record. In your case, the subname
value would be www
, and the content would be the target domain (example.com.
).
If you’re looking to actually redirect a web URL (including /some/site.php
), that cannot be done on the DNS level (you’ll need to configure a web server for that). DNS deals with names only.
Hope that helps!
Stay secure,
Peter