ispCP - Board - Support
How to access to my website without the www. ? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: How to access to my website without the www. ? (/thread-9326.html)



How to access to my website without the www. ? - Spheerys - 01-23-2010 02:47 AM

Hi,

When I create a domain on ispCP, the domaine can be reach by http://www.mydomain.com
But when I try to access on http://mydomain.com I have an error.

How to configure ispCP for make automaticaly a redirection on http://www.mydomain.com ?

Thanks Smile


RE: How to access to my website without the www. ? - rbtux - 01-23-2010 02:58 AM

this is normally the case afaik... is your dns setup correct? (you need an a/cname record for both http://www.domain.tld and domain.tld...)


RE: How to access to my website without the www. ? - Spheerys - 01-23-2010 03:00 AM

Is something like this in my zone bind is correct :
Code:
www 28800 IN A 92.243.2.20
@ 28800 IN A 92.243.2.20
* 28800 IN CNAME www

Should I make something on my server ?


RE: How to access to my website without the www. ? - rbtux - 01-23-2010 03:05 AM

yes that looks correct so far...

check apache configuration for a servername or serveralias directive...


RE: How to access to my website without the www. ? - Spheerys - 01-23-2010 03:13 AM

OK thanks for yours anwsers.
I'll check is that's work like this.