• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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 "[email protected]"

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