Useful Plesk Commands and Hints

- Posted in Uncategorized by
Mail is stored in /var/qmail/mailnames/DOMAIN.TLD Recalculate stats now /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=DOMAIN.TLD

htaccess redirects

- Posted in Uncategorized by
Redirect www to non-www: :::apache RewriteEngine On RewriteCond %{HTTP_HOST} !^my-domain\.com$ [NC] RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L] Redirect non-www to www:

Stop Plesk Mail service for a single domain

- Posted in Uncategorized by
I had a client with multiple domains in their Plesk panel and was using Google Apps for one of the domains. The problem was that when they sent mail from a Plesk provided email to the Google provided

Accessing Plesk Panel on 443

- Posted in Uncategorized by
I wanted customers to access the Plesk panel without using the port number so here's what I did: How I made https://{pleskpaneldomain}:8443 available from https://{pleskpaneldomain} Create subdomain