• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

domain not being recognized ???

jorge ceballos

Regular Pleskian
I'm completely lost on the following issue:

I am hosting a domain ending in '.it' with a domain alias ending in regular ' .com'.
Webpage domain.com and www.domain.com work fine but neither domain.it nor www.domain.it work properly as both show Plesk's default page. Wemail and mail service for both domains work fine too.

The domain's conf file is as follows:

<VirtualHost 74.55.209.253:80>
ServerName "domain.it:80"
ServerAlias "www.domain.it"
UseCanonicalName Off
ServerAlias "domain.com"
ServerAlias "www.domain.com"

<IfModule mod_suexec.c>
SuexecUserGroup "userxxxx" "psacln"
</IfModule>

ServerAdmin "info@domain.com"

DocumentRoot "/var/www/vhosts/domain.it/httpdocs"
ErrorLog "/var/www/vhosts/domain.it/statistics/logs/error_log"


Any idea??

Thanks in advance.
 
Did you try to reconfigure vhost with 'websrvmng --reconfigure-vhost' ?
 
If you use Plesk 10 you need use this comand httpdmng...

root@node:/opt/psa/admin/bin# ./websrvmng
WARNING: You are using obsoleted option, use corresponding option of httpdmng.

Usage of httpdmng here:

Example here: /opt/psa/admin/bin/httpdmng --reconfigure-domain yourdomain.tld
 
Thanks but domain with ending in .it still doesn't work; .com works fine as usual.

The path varied a bit, here it was

/usr/local/psa/admin/bin/httpdmng --reconfigure-domain domain.it

Any other idea???

Thanks again,
 
Im from Italy (.it) the 75 % of domains in hosting with plesk is .it and all work fine.

Only 1 problem for geo extentions for example:

domain.mi.it domain.rm.it domain.to.it

Only if you have a geo extension domain... For the standard domains .it not exist any problem.
 
Back
Top