- On some webservers there are more than one URL for a resource. Usually there are canonical URLs (which should be actually used and distributed) and those which are just shortcuts, internal ones, etc. Independent of which URL the user supplied with the request he should finally see the canonical one only. Add the following changes to the .htaccess file for the domain you wish to rewrite.
- Read More
Installing Zend Optimizer with cPanel
Log into SSH on your dedicated or cloud server.
- Run: /scripts/installzendopt
- Follow the instructions on the screen to install Zend Optimizer
Rebuilding Apache in cPanel
Log into SSH on your dedicated or cloud server.
Type the following commands:
# cd /scripts
Restarting Server Services in cPanel
Log into WHM on your dedicated or cloud server.
1. At your left hand side menu, Search for Restart Services Option
2. From the Restart Services menu, select the service you wish to restart.
Change SMTP Server IP in cPanel
Log into WHM on your dedicated or cloud server.
Click Exim Configuration Editor
Check the box next to: “Send outgoing mail from the ip that matches the domain name in /etc/mailips (*: IP can be added to the file to change the main outgoing interface)”
How to Install Ngnix
To install Ngnix, use the below commands
# cd /usr/local/src
# wget http://nginxcp.com/latest/nginxadmin.tar
Read More
Disable Recursion on DNS in Windows Server
To disable recursion on the DNS server using the Windows interface.
Log into your Windows dedicated or cloud server as administrator.
Disable Recursion on Bind DNS Server
Log into SSH on your dedicated or cloud server.
# vi named.conf
Make sure following settings exists under Options { … } settings:
Disable Recursion on DNS Server in Plesk
To disable recursive DNS queries follow these steps.
Log into Plesk control panel on your dedicated or cloud server.
Creating an FTP Account in Plesk
To create a new FTP user in Plesk do the following:
Log into Plesk control panel on your dedicated or cloud server.