I have a new installation of WHM and cPanel and I'm adding domains into WHM, but when I try access via cpanel or whm subdomains, I got redirected to cgi-sys/defaultwebpage.cgi.
I've already tryed into 3 different computers to check if is cache but the issue persists. I've checked the proxy domains but is enabled by default. What could be wrong?
Thanks.
Hi,
How can I configure Apache using the distiller so that requests to the main host of my server (myhost.mydomain.com) are not redirected to defaultwebpage.cgi but to index.php or index.html in /usr/local/apache/htdocs?
Looked around for quite a while in this form and out, but it's most probably such a noob question that I must be the last one on planet WHM to know how to do that.
Thanks
Hi, was hoping someone might be able to point me in the right direction. I've just moved hosts and moved to a dedicated server.
The following URLs work well if I visit them with browsers.
mydomain.com/f123
mydomain.com/f123/
www.mydomain.com/f123
www.mydomain.com/f123/
All of them are redirected to www.mydomain.com/somfile.php?f=123 with RedirectRule in Apache main conf file, everything works perfectly with my browser, no error output in Apache log file either.
mydomain.com works fine.
www.mydomain.com gives "404 - File or directory not found."
I don't want people to use www.mydomain.com instead of mydomain.com, but I also don't want the 404 error in their face if the do.
I changed my nameservers at my domain registrar.
I waited and not work.
in /etc/hosts:
host1.mydomain.it xx.xx.xx.88
in /etc/nameserverips:
xx.xx.xx.214=ns2.mydomain.it
xx.xx.xx.88=ns1.mydomain.it
in /cat/domain/mydomain.it.db:
mydomain.it. 86400 in SOA ns1.mydomain.it. info.domain.it.
A while back, I moved my hosted service to a VPS. The VPS runs Centos, Apache, and Webmin.
I have some troubles with my DNS entries (or maybe my Apache conf).
I have something like this :
kira.mydomain.com A 123.45.67.89
youfood.mydomain.com CNAME kira.mydomain.com
www.youfood.mydomain.com CNAME youfood.mydomain.com
All's good when I check theses entries with nslookup.
When I try going on http://www.youfood.mydomain.com, it work but not with http://youfood.mydomain.com ...
Here my
I have a apache server that sits in front of my glassfish server. mydomain.com goes directly to my static files on apache, than if you hit the subdomain forum.mydomain.com it goes to the glassfish webapp forum/ at 127.0.0.1:8080/forum/. This proxy seems to work it takes me to the web app but all of the images are missing!