In this post we are going to explain how to Redirect domains on plesk for Windows shared and dedicated server. Create a Domain Forwarder with an Existing Domain To create a forwarder for existing domain,Go to Websites & Domains tab and scroll down to select the domain name in the list. Go to hosting settings and […]
MySQL Error in accept: Too many open files(error code:24)
Two weeks ago we bought new server, and since then When creating a large number of categories or tables, MySQL may surprisingly stop working and we may find this type of error on /var/lib/mysql/HOSTNAME.err: 131206 10:54:37 [ERROR] Error in accept: Too many open files 131206 10:58:53 [ERROR] Error in accept: Too many open files 131206 11:03:09 […]
How to reset Magento Admin Password
Unintentionally forgetting the admin password to your Magento shop can be harmful. Fortunately, security password restoration is a relatively easy process! In this post, we will move you through the procedure of recovering a Magento admin password. In this example we are using MySQL from the PHPMyAdmin. To change your Magneto admin password: Open your phpMyAdmin […]
Error:: exim rpmdb: PANIC: fatal region error
Sometimes we receive the following error in WHM>> Service Status option for exim service. Main >> Server Status >> Service Status Error:: exim rpmdb: PANIC: fatal region error For the solution we may rebuild the rpm database (rpmdb) by using the following commands : rpm –rebuilddb rpm –initdb If this does not help at all and if rpm […]
Plesk ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: common_func.php
Sometimes we may face the error while trying to access the Plesk control panel: ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: /usr/local/psa/admin/plib/common_func.php3:190 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’) 1: /usr/local/psa/admin/auto_prepend/auth.php3:93 Usually this error comes because because the password in the file /etc/psa/.psa.shadow used to access […]
How to increase size of /tmp on cPanel server
We were regularly getting a error message that the /var/tmp directory in one of our cPanel server is full and we need to remove some data. We considered the error log and discovered that the tmp partition goes full when the planned back-up runs. Therefore, we had nothing to do but increase the tmp partition […]
403 Forbidden Error
There are many different kinds of errors that can occur when creating a web page. One of the more typical ones is the 403 Forbidden Error. Here we talk about this error and what you can do about it. The 403 Forbidden error means that the web page or source you were trying to access […]
Fatal error: Call to undefined function mb_substr() Error
Fatal error: Call to undefined function mb_substr() In this article we will explain you how to fix this error.If you get this error on your website it means that mbstring is not enabled or installed on your web hosting server. If you are using multibyte character encoding in your code, you will get this error when the […]
Disable Directory Browsing in WordPress
Apache web server allows directory browsing by default,With directory browsing enable, will put your WordPress blog into danger and make it easy for hackers to look into your directory/files structure. Many WordPress experts recommend to disable directory browsing for security aspects.To disable the directory browsing you need to edit .htaccess file. Open your .htaccess file Add […]
How to Protect Your WordPress Admin Area
The .htaccess file is a highly effective configuration file that allows you to enhance your site’s security and efficiency. In this article, we will show you how we can use .htaccess to secure your WordPress admin area by restricting the access to chosen IP’s. For that purpose Simply use the following code into your .htaccess […]