Category Archives: Hosting
How to fix “550 Requested action not taken: Mailbox unavailable or not local” on a Plesk server
When using a plesk server on a windows system, you can sometimes run into customers getting errors like this “550 Requested action not taken: mailbox unavailable or not local” when sending mail out, or when trying to manage their accounts in the Plesk panel. The reason this happens is that a recipient’s domain was …
How to fix 530 Login authentication failed in Pure-FTP on cPanel
As the error states, the issue is that the user can not authenticate properly. There are 2 common reasons to get this error when making a connection via FTP to a Pure-FTP server on cPanel. Using the wrong username and password Corrupted password database First, the most common reason, is user error. They enter …
How to correct 554 5.7.1 : Relay access denied email errors, and prevent them in the future
Relay Accessed Denied is a common email error. It means that the server is not allowing an email to be sent to another mail server. The most common causes of this error are: The sender did not authenticate to the outgoing mail server The recipients server has determined the senders server to be a …
How to reset a password for CPVLabs
If you have forgotten your password to CPVLabs admin, you can reset it if you have access to your database. Login to your phpMyAdmin select the database used for CPVLabs Click on browse beside the user table Edit the “admin” user account replace the the password field with “21232f297a57a5a743894a0e4a801fc3” (without the quotes) The password is …
How to copy an existing wordpress to a new domain name
If you need to copy a wordpress site to a new domain, you can do so with the following steps. Download a copy of their document root from the source folder If they have a website on the destination folder already, create a backup of it. Either rename the folder to foldername.out and make …
Add far future expiry header to your site
Adding far future expires headers will help to speed up your site by having cache last longer on the viewers web browser. It will not help the first time they load your site, but it will improve the loading speed every visit after that. You can set when cache expires by Seconds, Minutes, Hours, Days, …
Whitelist a process on CSF (configserve firewall)
If you are getting an email like this from your server: lfd on your.server.com: Suspicious process running under user nobody Executable: /usr/local/bin/memcached Command Line (often faked in exploits): /usr/local/bin/memcached -u root -m 16 -p 11211 -u nobody -l 127.0.0.1 In this case, it’s saying that memcached is running, but could be fake. If …
A properly formated wordpress htaccess
If you suspect your .htaccess may be corrupt on your wordpress site, you can try backing up your .htaccess file, and then replace it with this. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress …
Get visitors real IP address when using LiteSpeed with CloudFlare
If you have a website setup using cloudflare, then you likely know that the access and error logs will show cloudflare IP addresses instead of the actual IP address of the visitor. To get around this in LiteSpeed, do the following. Log into the LiteSpeed WebAdmin panel Click on Configuration Click on Server Click on …
- English Support
- 24/7 x 365
- Branded Support
- Reduced Overhead
- Linux Experts
- Friendly Staff