Why can’t I PING my website?

Re: I can’t ping my website

You can usually ping your website such as “ping mydomain.com’ which will reveal the IP address of your site and that the server is responding.

Unfortunately this can also be used by hackers to find potentially hackable sites and servers.

For this reason our firewalls block all ICMP PING requests.

What Is Multi-Domain Hosting?

Multi-domain web hosting

Multi-domain hosting lets one hosting plan run several separate websites

Each domain can have its own website, files, email addresses, SSL certificate and databases, while all sites share the storage and other limits of one hosting account. It is useful when one person or business manages several modest websites from one Plesk control panel.

SEPARATE SITESOne accountManage them together in Plesk
SHARED LIMITSOne planStorage and resources are shared
BUILDER INCLUDEDSitejetIncluded with shared hosting

How does multi-domain hosting work?

One Plesk login

Add and manage permitted websites from Websites & Domains. Each domain has its own document root and settings.

Separate website content

A domain can use Sitejet, WordPress or uploaded files without displaying the content of another domain.

Shared account resources

All domains draw from the same plan allowance. A busy or badly configured site can affect the capacity available to the others.

Separate service settings

Configure SSL, PHP, databases, mailboxes and DNS per domain where the plan and service permit it.

How many websites can each UKC hosting plan run?

PlanWebsite capacityTypical fit
Micro Web+SSL1 websiteOne small website, landing page or test project
Basic Web+SSLUp to 3 websitesA main website plus a few small projects
Professional Web+SSLUp to 15 websitesSeveral business or client-managed sites
Unlimited Web+SSLUnlimited websites, subject to account limits and fair useA larger collection of websites managed in one account

Plan features and prices can change. Use the live hosting comparison and checkout as the current source of truth.

When is multi-domain hosting a good choice?

Good fit

You own the sites, want one control panel and can sensibly share one plan’s storage and resources.

Consider separate accounts

Different customers need isolated access, billing or risk boundaries, or one site is business-critical and resource-heavy.

Security still matters

Keep every application, theme and plugin updated. One compromised login or application can create risk for the account.

Back up each site

Use Plesk Backup Manager and keep suitable copies. UKC also takes daily server-side backups for recovery requests.

How do you add another domain in Plesk?

  1. 1
    Check your plan

    Confirm that another website slot and enough storage are available.

  2. 2
    Open Websites & Domains

    Sign in to Plesk on your assigned UKC server and choose Add Domain.

  3. 3
    Connect the domain

    Use the nameservers or DNS records shown for your hosting service.

  4. 4
    Build and secure it

    Publish with Sitejet, WordPress or files, then enable a valid SSL certificate and test email if used.

Multi-domain hosting questions

Does every domain get a separate control panel?

No. The domains are normally managed within the same Plesk subscription and login.

Can each domain have its own email?

Yes, subject to the plan’s mailbox allowance. Create addresses beneath the correct domain in Plesk.

Is Sitejet included for every hosted domain?

Sitejet is included with UKC shared hosting. Availability for a particular site is shown in its Plesk tools.

Can I upgrade later?

Yes. If you need more website slots, storage or mailboxes, review the current plans or ask support about an upgrade.

Host more than one website

Choose a plan with the website capacity you need

Allow room for files, databases, email and future growth, not just the number of domain names.

How to disable Plesk open_basedir restriction in effect

Some applications require open_basedir to be “loosened” a little, if you are installing an application such as ClickCart Pro then the open_basedir will need to be changed so that the installation can create the required sub directories and then complete.

Let’s assume your domain name is domain.com (no such luck, I know!)

# vi /var/www/vhosts/domain.com/vhost.conf

Add the following lines:

<Directory /var/www/vhosts/domain.com/httpdocs>
php_admin_value open_basedir “/var/www/vhosts/domain.com”
php_admin_flag safe_mode off
</Directory>

Now we need to rebuild the apache configuration:

# /usr/local/psa/admin/sbin/websrvmng -u –vhost-name=domain.com

Job done, your open_basdir setting has been moved up one level (from /httpdocs to /) within your domain name sub folder.

Fix WordPress Update Errors: Could Not Copy File

WordPress troubleshooting

A could not copy file error usually means WordPress cannot write to part of the site

The common causes are incorrect ownership or permissions, insufficient disk space, a security block or files left by a previous manual upload. Back up the site before changing anything.

BACKUPCreate a restore pointFiles and database
CHECKSpace and permissionsUse Plesk tools first
RETRYOne update at a timeConfirm the site after each change

Start with the exact error path

The path tells you which folder WordPress could not write to. An uploads error, plugin update and core update can have different causes, so keep the complete message.

Check disk space

Open Plesk resource usage and confirm the subscription has enough space for an extracted update and temporary files.

Check ownership and permissions

Use Plesk file tools or ask UKC to repair ownership. Typical permissions alone do not fix a file owned by the wrong system user.

Check security events

Imunify or another security layer can block a suspicious write. Record the time and file so support can investigate safely.

Check maintenance mode

If an update stopped unexpectedly, confirm the site is not left in maintenance mode before trying again.

Safe recovery order

  1. 1
    Back up

    Create a Plesk backup or confirm a usable restore point.

  2. 2
    Update WordPress core

    Complete one operation, then check the front end and admin area.

  3. 3
    Update plugins and themes

    Work in small batches so a failure can be identified.

When to contact support

Open a ticket if Plesk reports a full subscription, ownership appears wrong, the same path repeatedly fails, or a server security rule may be involved. Include the domain, exact error, affected path and time. Do not include passwords.

Next step

Get help without risking the website

Send the exact error and affected path so UKC can check the account safely.

How to Install WordPress in Plesk

As you are reading this, you are probably unaware of how easy it really is to install a web application such as WordPress. It really is just a few button clicks with Plesk.

  1. Login to the Plesk Control Panel
  2. Click on “web hosting”
  3. Make sure “php safe mode” is OFF
  4. Click on “Web Applications”
  5. Click “Install Web Application”
  6. Type “wordpress” and press “Search”
  7. Click “Install”
  8. Agree to the WordPress user license
  9. Select “document root” if you dont want wordpress in a sub directory
  10. Set the WordPress database password
  11. Set the WordPress admin password
  12. Enter your email address for admin notifications
  13. Enter your wordpress page title (can be changed later)
  14. Click “install”
  15. WordPress is now installed!

Ok, so there are 15 items in the list – really, it would have taken you longer to read the list than to install WordPress. Install WordPress now and see how easy it is, you can just delete it afterwards – and that’s just as easy as pressing one button!

For more information about installing web applications see our Hosting FAQ entry “How to Install and Manage Web Applications” or, watch our short video “How to install a Web Application in Plesk”.