Add the following code in your .htaccess file in images folder for not to execute PHP in images folder: order allow,deny deny from all # secure directory by disabling script execution AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml…
Web Server
How to setup private nameservers on a centos machine without cpanel ?
With the help of a control panel it is very easy to setup name-servers on any server. Here, I am explaining how to setup nameservers on centos/rhel servers without using a control panel. Step 1 : Setting up nameservers Checking the…
how to change directadmin admin password via ssh
Direct admin is one of the most commonly using control panel in web hosting industry. In this control panel we can set different passwords for SSH root and control panel Admin. How can I access my direct admin control panel?…
how to prevent .htaccess file modification while running easyapache ?
Most of the time, the recompilation process of Apache/php with Easyapache will be effected the users’ .htaccess file under the WHM/cPanel server. After the Easyapache, we might see some entries like the one pasted below in .htacces file. AddHandler application/x-httpd-php5…
How to open alternate SMTP port 26 on Plesk server
Follow the below pasted steps will help you to open An alternate SMTP port(26) on Plesk server. 1. First create a new entry for the alternate port in xinetd # cd /etc/xinetd.d # cp smtp_psa smtp_psa_p26 2. Modify the newly…
How to create Email Account in Webmin.
Webmin is a free control panel for webservers. Here I am explaining the way to create a new email account for a domain under your server via webmin control panel.
How to install IonCube loader on server.
IonCube is a PHP module extension that loads encrypted PHP files, and speeds up web pages that are being displayed. It is often required for a lot of PHP-based applications.