Status update of the web engine migration.
All items are pending further testing.
Tech.kulish.com
Fully functional (including links to other/outside domains)
Status update of the web engine migration.
All items are pending further testing.
Tech.kulish.com
Fully functional (including links to other/outside domains)
Our email server directories will be cleaned out February 28th.
What this means…
All ham and spam folders will be completely wiped cleaned.
If you have email in either folder on your account, move it to your inbox or create a new folder to store it.
Thanks.
The Administration
Redirecting HTTP to HTTPS for a whole site using virtual hosts:
#Basics snipped for brevity.... RewriteEngine on #RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] RedirectPermanent / https://www.foo.com/
WordPress needs to get with the program and not force URLs in the settings page to contain HTTP or HTTPS.
They need to build a session that knows which one a visitor is using. I won’t go into the whole login and admin SSL issue.
First, for the un-initiated, click here to learn about email greylisting.
When email admins talk about greylisting, one of the benefits they normally point to is load on the actual email server but fail to mention supporting systems. I did notice a decrease in mail processing load there as well as my database server.
Keep in mind this is NOT a busy email server. It’s only hosting a couple TLDs.
I noticed an immediate improvement after restarting mail services (I did not reboot the server).