301 redirects for IDX Pages if domain changes
PreviewWe do not automatically add 301 redirects on our end when a domain name changes but you do have the ability to do this yourself by following the instructions below:
In this scenario we are going to be changing our site from demo.idxbroker.com to demo.idxdevelopers.com .
1. Delete your existing CNAME record.
2. Add a subdomain on your hosting (Example: demo.idxbroker.com)
3. Get SSL cert for the subdomain
4. If you are using Apache then add the following rule to your htaccess file:
RewriteEngine on
RewriteBase /
RewriteRule (.*) https://demo.idxdevelopers.com/$1 [R=301,L]
Let me know if you have any questions by emailing developers@idxbroker.com .