Im not sure about path to user_rewrite.conf
I have it in my apache ServerRoot (which is /etc/httpd check yours in httpd.conf) and included it without path just
Include user_rewrite.conf
You have to discover it in your distro .)
No, i'm writing DNS records by myself, and anyway it will create A record, it is suposed to be * CNAME example.com
you also dont need 72.148.231.196 www ( * CNAME example.com is taking care of www)
My DNS looks like this:
A Record
IP-Adresse Hostname
(empty, A record for example.com is allready created, see bind records in /var/named/chroot/var/named)
CNAME
Hostname Target
* example.com
mail mail.myhosting.cz
MX
Mailserver Hostname
10 mail.myhosting.cz
20 mailbackup.myhosting.cz
Last edited by radim_h; 28th May 2007 at 22:22.
|