a-records

Keeping DNS at one place. What possibilities are out there?

I host a couple of websites for some customers. So basically what they do is change their A Record to my server's IP and everything works fine. Now I want to upgrade my server and of course my clients have to change their A Record. So what I want for the future is to keep my flexibility in choice of servers without having to annoy my ...

CNAME Record in .htaccess file: correct format?

In my .htaccess file, I have set up several A records in the following structure: RewriteCond %{HTTP_HOST} ^domain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.domain.com$ RewriteRule ^substring\/substring\/etc?$ "http\:\/\/domain\.com\/newsubstring\/etc\/" [R=301,L] Is is possible to easily set up a CNAME record in the same fashion and p...