Archive

Archive for the ‘Web Hosting Support’ Category

Isn’t .jsp Page Supported On Your Website?

January 6th, 2012 Ajay Comments off

‘.jsp’ is widely used format for webpages but sometimes your web hosting server does not support it and as a result a .jsp page is unable to produce a proper appearance of webpage and it shows some sort of coding, So following are some changes you need to perform so that your website an display .jsp pages as normal webpages.

root@server[~]#vi /etc/httpd/conf/httpd.conf

Now search domain name and remove comment attribute from the following line.

Include “/usr/local/apache/conf/userdata/std/1/username/domainname/*.conf”

Make sure your save before exit

root@server[~]# cd /usr/local/apache/conf/userdata/std/1/
root@server[~]# mkdir username
root@server[~]# cd username
root@server[~]# mkdir domainname
root@server[~]# cd domainname
root@server[~]# vi cp_jkmount.conf

Now find the file ‘cp_jkmount.conf.’ in which you need to insert the following code.

<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
JkMount /*.do ajp13
</IfModule>

Now you need to verify the entry in tomcat configuration file.

root@server[~]# vi /usr/local/jakarta/tomcat/conf/server.xml

After checking the entry you need to insert the following code in the same file.

<Host name=”domainname” appBase=”/home/username/public_html”>
<Alias>www.domainname</Alias>
<Context path=”" reloadable=”true” docBase=”/home/username/public_html” debug=”1″/>
<Context path=”/manager” debug=”0″ privileged=”true”
docBase=”/usr/local/jakarta/tomcat/server/webapps/manager”>
</Context>
</Host>

Make sure you Save the file before you exit and now restart the tomcat.

root@server[~]# /usr/local/jakarta/tomcat/bin/./shutdown.sh
root@server[~]# /usr/local/jakarta/tomcat/bin/./startup.sh
root@server[~]# /scripts/restartsrv tomcat

And now restart the httpd service

root@server[~]# /etc/init.d/httpd stop
root@server[~]# /etc/init.d/httpd startssl

How Can I Move Files From One Directory to Another Directory Using cPanel?

December 28th, 2011 Ajay Comments off

For a webmaster it is one of the regular tasks to shift files and folders from one directory to another. If you are a webmaster using cPanel Hosting which comes with cheap web hosting plans, then it’s an easy task to move files and folder from one directory to another. You just need to follow the following instructions.

  • Log in in to your cPanel account, here your can find ‘File Manager’ Icon under Files category.
  • Click on it and You will come to one message window providing you the following options
  1. Home Directory
  2. Web Root (public_html/www)
  3. Public FTP Root (public_ftp)
  4. Document Root for (For Exchanging Data among sub-domains created on a main domain)
  • You need to select the appropriate option to find the destination of file or folder you need to move from and click ‘Go button. (’Home Directory’ contains all the sub-directories so you need to follow longer path if your went through it)
  • After reaching to your destination file or folder you can find all editing options at the top of the window including ‘New File’ ‘New Folder’, ‘Copy’, ‘Move File’, ‘Upload’, ‘‘Download’, ‘Delete’ etc.
  • As you want to move the File, you first select it and click on ‘Move File’ now it will ask you the destination folder where you want to move the file, just provide it and click on ‘Move File(s)’ button.

That’s it you can check for the file you have moved in the respective folder.

Precautions To Be Taken While Transferring Website From One Hosting Provider To Another

December 28th, 2011 Ajay Comments off

There are certain key elements which should be taken in to consideration while your move your website from current web hosting services provider to another.

  • Unlock you Authorization Code. (What is Authorization Code?)
  • Take backup of all files, emails, databases.
  • Remember all the settings you have on your old hosting account to keep them unchanged at the new web hosting services provider.
  • Checkout for all operations after you uploaded it at your new web hosting account.
  • Newly set up all your previous email accounts on your domain and make sure they all are sending and receiving email as usual.
  • After uploading your backed up data safely and checking all the operations successfully you can update your nameserver from your domain to point to ns1, ns2, ns3 and ns4.yourdomain.com

Generally your website and your emails are expected start resolving in the next 24 hours, if it happens then you need not worry and you have successfully transferred your website successfully from your old web hosting provider to new.

How To Create A MySQL Database Connection In Dreamweaver

November 15th, 2011 Ajay Comments off

After setting up a MySQL user’s account and after Setting up the PHP / MySQL Site Definition in Dreamweaver now we are going to have a look at the process to create a MySQL database connection with Dreamweaver. After finishing the defining part you should approach the following MySQL connection dialog box in Dreamweaver.

Connection Name: choose your desired name
MySQL Server: mysql.host.co.in
User Name: Your Username (i.e. Admin)
Password: *********
Database: Here you can directly enter the name of your database or select it from the list displayed of MySQL databases which currently exist on the server.

Note: It’s necessary for the MySQL Server field to enter localhost if PHP and MySQL are running on the same machine.

How To Set / Reset MySQL Password?

October 13th, 2011 Ajay Comments off

Changing password is quiet a regular type of task for many webmasters and the same is also applicable to database administrators also. Here I would like to share the procedure of changing the password of MySQL. Root user is the admin of a MySQL account. Remember that it is different than login to root account of a Linux hosting server.
If it’s your first time you are facing the question ‘How to change MySQL password?’ then the server will not require any password at all to connect as root. You will have to use mysqladmin command at shell prompt as shown following.

$ mysqladmin -u root password NEWPASSWORD

If you have your old password set and want to change it then you will have to use a different following command.

$ mysqladmin -u root -p oldpassword newpass
Enter password:

If you want to change the password of a normal user then again the command is different for that as following.

$ mysqladmin -u user -p oldpassword newpass
$ mysqladmin –user=root –password=’old_password’ password ‘new_password’

How Can I Backup And Restore cPanel Account From The Command Line?

October 4th, 2011 Ajay Comments off

cPanel by default comes with the inbuilt scripts, which has the ability to backup or restore your cPanel account. Following are the commands given to run these scripts.
Following is the command which creates the backup of a cPanel account.
/scripts/pkgacct
Following is the command which restores the taken backup
/scripts/restorepkg
Both these commands should be run as root and while restoring a backup you also need to take care to be in the same directory in which the backup is stored.

How Can I Activate Awstats In My cPanel?

October 4th, 2011 Ajay Comments off

‘Awstats’ is one of the most important utility in a web hosting account’s cPanel. One can analyze the website’s statistics with it. It comes as a free utility with cPanel Hosting. Many web hosting services providers provide it as a paid option with other web hosting types services like vps hosting or Dedicated Server Hosting. Following is the procedure to activate ‘Awstats’ with your hosting account.

  • Log in to your cPanel with Username and Password
  • Search for ‘Choose Log Programs’ under ‘Logs’ Category and click on it.
  • Here you can find ‘Awtats’ option beside your domain name, click on it.
  • Now go back to the previous screen where you will find ‘Awstats’ logo. You can click on it to use it.

Note:- It may take time until the completion of the cycle of 24 hours to appear the statistics in ‘Awstats’.

What Are Colocation Services?

August 20th, 2011 Ajay Comments off

Maintaining the web servers at your own at a private place is a costly affair. Colocation services simply means the services which allow you to move your server hardware to a place called Data Center which are mostly owned by web hosting services providers. Data Center is a place developed specially for maintaining the web servers with the best required infrastructure and environment.

What Is Domain Forwarding?

July 18th, 2011 Ajay Comments off

Very similar to Email forwarder the feature domain forwarder comes with almost each web hosting services type and package, the difference between both is in email forwarding you can choose the mails which are from the same domain, but in domain forwarding you can do the same for the emails which are from different domains. Following is the example for it.

In email Forwarding you can forward the emails as abc@yourdomain.com toxyz@yourdomain.com.

But in Domain forwarding you can forward the email as abc@yourdomain.com toxyz@anotherdomain.com.

How To Create A New Hosting Account On Reseller Hosting Through WHM

July 3rd, 2011 Ajay Comments off

On a Reseller Web Hosting server the Reseller has to create multiple accounts of his own web hosting clients and WHM is a utility which makes it easy to create these accounts. Following is the procedure to creat an account through WHM with any new domain name.

Login to your WHM

  • Click Create a New Account under Account Functions
  • Here you will find the window with various text boxes which are to be filled by you
  • Enter the Domain Name, Username, Passwords(in both fields) and E-mail in prior text-boxes.
  • As there are various packages and plans of hosting services may exists so you also need to select the proper web hosting plan demanded by that particular client.
  • After filling all the required field carefully click on ‘Create’
  • It will take short time to process the account, after getting created it will be displayed on your screen.

Note :- Nameservers of your domain should be pointing to your reseller account name servers and then within few hours, your hosting account will be enabled.

How to Configure And Activate A SSL Certificate?

June 29th, 2011 Ajay Comments off

After you received the email which contains download link of SSL certificate, you need to download it by clicking that link and follow the following steps to configure and activate it in your web hosting account.

Configuration of SSL certificate

• Login to the Control Panel
• Click on SSL / TLS Manager
• Click “Generate, view, upload, or delete SSL certificates” option
• Paste the CSR supplied by the Certificate Authority in the “Certificate Signing Request (CSR)” section
• After the page is loaded, click the “Browse” button and locate the CRT file which is created by the SSL provider. Or if you have highlighted and copied the contents of the CRT file, paste it in the
• Click on the Upload button
• Click the “Go Back” link to return to SSL/TLS Manger

Activation of SSL certificate

• Click on SSL/TLS Manager > Setup a SSL certificate to work with your site. Contact your ISP, if this option is not available.
• From the Domain drop down menu select the domain that uses the Cheap SSL Certificate. The SSL Certificate and the related private key will be fetched by the system.

• Open the Intermediate CA certificate in any plain text editor copy all the certificate content and paste it into the CA Bundle (CABUNDLE) box.
• Click on “Install Certificate.” Keep watch on a message that the certificate was successfully installed.

Verification

After installation, configuration and activation of the SSL certificate it is recommended to verify the processes are carried correctly, you can do this by using online SSL Certificate Checker available on the internet.

How To Deactivate / Activate Plugins Or Theme Without Logging Into WordPress Dashboard?

June 23rd, 2011 Ajay Comments off

Due to some errors you can face few occasions when you become unable to login in to your wordpress account, so it becomes difficult to handle the plugins installed on it. Following is the procedure which allow you to handle your plugins without logging into wordpress dashboard.

Login to your website hosting server via FTP and change the names of folders of all plugins, for making things simple you can just add single character of your choice to these names. If the error is more critical and deactivating your plugins is not enough then its recommended to switch to the default theme. You can do this by changing the name of your currently installed theme as this will activate the default theme automatically.

 
 

Need Help ?

-- Client Area
-- Sitemap
-- Help Center
-- Tutorials

Resources

-- Web Hosting Forum
-- Web Hosting Blog
-- Knowledgebase

Partners

-- Affiliate program

Legal Information

-- Terms of Service
-- Service Level Agreement
-- Privacy Policy

Toll Free : 866 662 0909
1.213.255.7012 &
1.302.294.5628