Jan 15

The Qmail log location with Plesk is not /var/log/maillog it is /usr/local/psa/var/log/maillog

Dec 31

Here is the best syntax to use to perform a redirect with mod_rewrite based on HTTP_HOST. I found it after trolling many forums and trying many different combinations. I don’t plan on actually learning the syntax of each character, just know it works.

RewriteEngine on
RewriteCond %{HTTP_HOST} ^jw0rd.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.jw0rd.com$
RewriteRule ^(.*)$ http://www.jw0rd.net [R=301,L]

Hosted by HostMySite.com