msgbartop
Gossimer’s Premier Web Hosting and Domain Registration Knowledgebase.
msgbarbottom

12 Mar 10 How do I make a Backup copy of a MS SQL database?

 

Gossimer Windows Hosting Control Panel allows you to create a backup copy your MS SQL database as explained below:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> List Databases.

5. Click on the database you wish to manage.

6. Click Database Backup. A backup file is created as database_name.bak and will be stored under the sqlDatabaseBackup folder. The backup file can be downloaded to your local computer using any regular FTP client.

Reference: Uploading content to your Website using FTP >>

Tags: , , ,

12 Mar 10 How do I monitor my account for Data Transfer overages?

To monitor your data transfer limit you can use the Web Statistics for your website, which Gossimer provides you free of cost. The web statistics, or webstats, provide you detailed information about visits to your website, including the data transfer generated by them (bandwidth). These statistics are generated once a day, and are maintained on an hourly, weekly and monthly basis.

You can view your web stats at http://<yourdomainname>/webstats.

Alternatively, you can monitor your data transfer overages through your Website management interface. To do so, follow the steps mentioned below:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, you will see Usage statistics for your website, which also includes the data transfer (in Mb/month).

Tags: , , , , , , , , , , , , , , ,

12 Mar 10 Viewing details of your existing phpBB installation

Once you have installed phpBB on your website, you may glimpse information about the installation from the Power Tools interface. Follow the below mentioned process to do so:

1. Login to your Control Panel and search for the domain name for which you have purchased a Linux hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the Order details view.

3. Click on the Manage Web Hosting Service button in the lower toolbar.

4. Go to Manage Website -> Power Tools.

5. Here click on the View link under the Status column, besides the phpBB Power Tool.

6. This would present you the following details about your current installation

  • phpBB Version
  • phpBB Space Utilization
  • Database Name
  • Database Username
  • Installation Directory Name
  • Admin Name (provided at the time of installation)
  • Admin Email Address (provided at the time of installation)
  • phpBB URL
  • Admin URL

 

Tags: , , , , , , , , , , , , , , , , , , , , ,

12 Mar 10 Deleting an existing Virtual Directory

If for some reason, you wish to delete your existing Virtual Directory, you may do so by following the below mentioned process:   

  1. Login to your Control Panel, search for the Domain Name for which you have purchased this Web Hosting package and proceed to the Order details view. Click here to know how >>
     
  2. Click Manage Web Hosting Service in the lower toolbar. A Website Management interface will pop-up.
     
  3. Go to Manage Website -> Virtual Directory Manager -> List Virtual Directories.
     
  4. Select the checkbox adjacent to the Virtual Directory you wish to delete and click the Delete button above to delete the Virtual Directory.
     
  5. Click OK in the confirmation pop-up window to complete the deletion process.
  6.  

IMPORTANT    

A Virtual Directory with .NET Framework version 1.1 and no write permissions for the IIS (anonymous) User is created for the web folder by default. You cannot delete this Virtual Directory. You may however -

Tags: , , , , , , , , , , , , , , , , , , ,

12 Mar 10 Modifying the version of PHP for your Website

The PHP4 version has reached its end of life and Gossimer recommends use of PHP5 version as soon as possible. In order to ensure a smooth transition, Gossimer now supports PHP5 version alongwith the existing PHP4 version for all the existing Linux Web Hosting packages.

IMPORTANT

  • Support for PHP4 will be available on existing Linux Web Hosting packages only until 10th April 2008 post which the option of switching to PHP4 will be unavailable and your Linux Web Hosting package will automatically be upgraded to PHP5.
     
  • All new Linux Web Hosting packages purchased on or after 8th February 2008 will only support PHP5.

 

Upgrading your website to PHP5 version

  1. Login to your Control Panel, search for the domain name for which you have purchased this Web Hosting package and proceed to the Order Details view. Click here to read how >>
     
  2. Click on Manage Web Hosting Service in the lower toolbar.
     
  3. In the Website Management interface pop-up that follows, click Switch to PHP5.

 

Reverting to PHP4 version

  1. Login to your Control Panel, search for the domain name for which you have purchased this Web Hosting package and proceed to the Order Details view. Click here to read how >>
     
  2. Click on Manage Web Hosting Service in the lower toolbar.
     
  3. In the Website Management interface pop-up that follows, click Switch to PHP4.

IMPORTANT

  • In order to complete either of the above two actions, the Web Server needs to be restarted. Random restarts affect other services running on the Server. In order to avoid this, the Server has been scheduled to restart at intervals of 20 minutes. Hence, the change might take upto 20 minutes to be effective.
     
  • PHP5 is configured on Gossimer Linux Web Hosting Servers to run as CGI. Following are the requirements for PHP5 pages/scripts -
     

    1. All PHP5 files need to have the file extension .php.
       
    2. All PHP5 files need to have one of the following file permission modes -775, 771, 755, 751, 555 or 551

      Recommended permission: 755
       

    3. Once you have switched to PHP5 version, you need to manually change the permissions of all your PHP5 files to one of the above mentioned permission modes, through a  File Transfer Protocol (FTP) client.
       
    4. The folder in which your PHP5 files are placed should also have one of the above mentioned permission modes.
       
    5. If you switch back to PHP4 version, no permission changes are required.

     

  • You can use only one version of PHP at a time for your website.
     
  • You can switch between the two versions at any time.

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

12 Mar 10 Can I serve WAP Files?

Yes, Gossimer does indeed allow you to serve WAP files.

To enable the Web Server to serve WAP documents, you need to set the following MIME types on the web server: 

  • text/vnd.wap.wml for .wml files (WML source files)
  • application/vnd.wap.wmlc for .wmlc files (WML compiled files)
  • text/vnd.wap.wmlscript for .wmls files (WMLScript source files)
  • application/vnd.wap.wmlscriptc for .wmlsc files (WMLScript compiled files)
  • image/vnd.wap.wbmp for .wbmp files (wireless bitmaps)

If you use the Apache Web server add the following lines in the  ..Apache GroupApache2confmime.types file:

  • text/vnd.wap.wml   wml
  • application/vnd.wap.wmlc   wmlc
  • text/vnd.wap.wmlscript   wmls
  • application/vnd.wap.wmlscriptc   wmlsc
  • image/vnd.wap.wbmp   wbmp

Our servers are already preconfigured to serve files.

§ What is WAP?

WAP stands for Wireless Application Protocol. You would use WAP to serve information from your website to wireless devices such as mobile phones, pagers and communicators.

Tags: , , , , , , , , , , , , , , , , , , , , , , ,

11 Mar 10 Uninstalling Joomla!

If for some reason, you wish to uninstall your Joomla! Power Tool, you may do so by following the below mentioned process:

  1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how to accomplish this >>
     

  2. In the search results view, click on the domain name. This will take you to the Order details view.
     

  3. Click on the Manage Web Hosting Service button in the lower toolbar.
     

  4. Go to Manage Website -> Power Tools.
     

  5. In order to uninstall Joomla!, click on the Uninstall link under the Status column, besides the Joomla! Power Tool.
     

  6. Confirm the process by clicking on the Uninstall button.

Tags: , , , , , , , , , , ,

11 Mar 10 What version of MySQL do you support?

The server’s MySQL version is 4.0.20 as of this writing.

However, MySQL is upgraded as as when newer, more secure releases are available which will result in minor version changes. For the correct version please contact our Support Team.

 

Tags: , ,

11 Mar 10 What happens if I exceed my Data Transfer limit?

As the monthly data transfer for your website approaches its limit, Gossimer sends you several reminders about the same. At this time, you need to decide if the current data transfer limit that you have specified is sufficient for your website over course of time, or if it is likely to be exceeded consistently.

As such, you have 2 options:

  • If you think that the data transfer limit you have currently specified would be exceeded consistently, you can upgrade your package to accommodate an increased data transfer limit.
     
  • If you believe the current data transfer limit to be sufficient, and the chances of it being exceeded are very rare, you can simply pay for any excess usage in a month. Gossimer sends you an invoice at the end of the month in which your data transfer limit is exceeded, which you can proceed to pay off.

11 Mar 10 How do I generate a Certificate Signing Request (CSR)?

You can generate a Certificate Signing Request or CSR from your Control Panel provided by Gossimer. Follow the process mentioned below to do so:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to read how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> SSL Manager.

5. Click on the Generate icon.

6. Provide the following details for your certificate:

  • Common Name
  • Email Address
  • Organization Name
  • Organization Unit
  • Country
  • State
  • City

7. Next, choose from the drop-down if you wish to generate only the CSR, or a Self Signed Certificate as well.
 

IMPORTANT

If you are planning to buy a Digital Certificate, you should choose to generate only a CSR.

 


8. Click on Generate Certificate.

This will generate the CSR for you. In order to view or take a backup the CSR you have just generated, click on Download on the succeeding page.

IMPORTANT

In order to complete the action in case of Linux Hosting, the Web Server needs to be restarted. Random restarts affect other services running on the Server. In order to avoid this, the Server has been scheduled to restart at intervals of 20 minutes. Hence, the process might take upto 20 minutes for completion.

 

Tags: , , , , , ,

11 Mar 10 How do I clear temporary Internet files in Netscape?

Follow the process outlined below to clear Temporary Internet Files in Netscape 8.0

1. Launch Netscape 8.0.

2. Go to the Tools menu and select Options.

3. Here, click on Privacy in the left-hand side section.

4. Against the Cache option on the right, click on the Clear button.

5. Click on OK button to submit your preferences.

Tags: ,

11 Mar 10 Viewing/Editing Files

     

  1. Open the File Manager interface. Click here to read how >>
     
  2. Click on Web/web in the list of files/directories to open the web directory.
     
  3. Click on the Edit link next to the file you wish to edit. This will open the editor.
     
  4. The File Manager provides 3 different editing options -
         

    • Plain text editor: Allows plain text editing.
       
    • HTML editors: Allows HTML editing in What-You-See-Is-What-You-Get (WYSIWYG) form. There are 2 different editors to choose from.
       
    • Code editor: Allows HTML and PHP editing with syntax highlighting.
       
  5. Click filemanager03 Viewing/Editing Files to save the file.
  6.  

     

     

     

Tags: , , , , , , , , , , , , , , , , , ,

10 Mar 10 Why aren’t my website changes being saved?

You might be making changes to your website from time to time. Now, you might encounter a situation where, you make certain changes to your website but on viewing your site in a browser, you do not see the changes.

Most of the time, this is not a problem. It happens simply because you are looking at a cached page – your web browser may have cached an older version of your website, and is showing that to you. To view the most recent version, you need to clear the cache of your website, and then try again.

How do I clear the cache of Microsoft Internet Explorer?

How do I clear the cache of Microsoft Internet Explorer in my Macintosh?

How do I clear the cache in Netscape?

If you are unable to view the changes made to your site even after clearing the cache, please contact our Support team at Gossimer and inform them about it.

Tags: , , , , , , , , ,

10 Mar 10 How do I delete my Certificate and Private keys?

If, for some reason, you wish to uninstall SSL for your website, you can do so by deleting your existing CSR, Certificate and Keys. Once you have deleted these, SSL will stop working immediately for your website.

Follow the process mentioned below to delete these:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to read how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> SSL Manager.

5. Here, click on the Delete icon.

6. Enter the domain name whose SSL installation you wish to disable, and click on Delete.

IMPORTANT

In order to complete the action in case of Linux Hosting, the Web Server needs to be restarted. Random restarts affect other services running on the Server. In order to avoid this, the Server has been scheduled to restart at intervals of 20 minutes. Hence, deletion might take upto 20 minutes to be effective.

Tags: , , , , , ,

10 Mar 10 Customized Error Pages for your website

 

When a user attempts to connect to a Web site and an HTTP error occurs, a generic message is sent back to the client browser with a brief description of what happened during the attempt to establish a connection. For example, if a user attempts to connect to a page that no longer exists on the Web site, an HTTP error will be returned in the form of an HTML page that contains the statement The requested URL was not found on this server.

You can use the Custom Error Pages view to customize HTTP errors that are sent to clients when Web server errors occur. Following is a list of HTTP errors you can customise:

401 – Authorization Failed
The request requires user authentication, typically a Username/Password credential pair. If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials.

403 - Permission Denied/Forbidden
You tried to access a URL for which you don’t have permission.

404 – File / Resource Not Found
Your browser cannot locate the document corresponding to the URL you entered. An improperly typed URL is usually the cause.

406 - Resource Not Acceptable
It’s possible you have requested a page that contains files which your browser has indicated to the server that it cannot accept, e.g. a multimedia file that your browser cannot process. Your browser sends information about what files it can accept to the server (in the HTTP header) as part of a request. You might check the preferences settings of your browser to see if there are file types it is not accepting.

500 – Internal Error
The server encountered an unexpected condition which prevented it from fulfilling the request.


To customize the error messages, follow the procedure below:

1. Create your custom Error message and upload it to your website.

2. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to read how >>

3. In the search results view, click on the domain name. This will take you to the order details view.

4. Click on Manage Web Hosting Service in the lower toolbar.

5. In the Website Management interface pop-up that follows,

 

go to Manage Website -> Custom Error Pages, if you have a Windows web hosting package

or

go to Manage Website -> Web Server Manager -> Custom Error Pages, if you have a Linux web hosting package

 

 

6. For the HTTP error that you wish to customize, you can

  • select the radio button adjacent to Local URL, and enter the path to the file that you have uploaded, or
     
  • select the radio button adjacent to Text/HTML Message, and fill in a suitable text/html message.

If for some reason you wish to disable custom error message for a particular error, select the radio button adjacent to Set To Default for that error.

7. Click on Submit to save the settings.

IMPORTANT 

In order to complete the action in case of Linux Hosting, the Web Server needs to be restarted. Random restarts affect other services running on the Server. In order to avoid this, the Server has been scheduled to restart at intervals of 20 minutes. Hence, the changes might take upto 20 minutes to be effective.

Tags: , , , , , , , ,

10 Mar 10 Uninstalling osCommerce

If for some reason, you wish to uninstall your osCommerce Power Tool, you may do so by following the below mentioned process: 

     

  1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how to accomplish this >>
     

  2. In the search results view, click on the domain name. This will take you to the Order details view.
     

  3. Click on the Manage Web Hosting Service button in the lower toolbar.
     

  4. Go to Manage Website -> Power Tools.
     

  5. In order to uninstall osCommerce, click on the Uninstall link under the Status column, besides the osCommerce Power Tool.
     

  6. Confirm the process by clicking on the Uninstall button.

  7.  

Tags: , , , , , , , , , , , , , , ,

09 Mar 10 Why are there Data Transfer limits at all?

 

Among the various resources that are used by a hosting package, data transfer is one of the most important criteria.

Data transfer, or bandwidth, defines the load that will be placed on the server and also has a significant bearing on the number of sites that can be hosted on that server. Thus, bandwidth is a resource consuming feature, and becomes one of the most important factors that need to be taken into consideration.

It is because of these reasons that there are limits placed on data transfer for your website. The charges for your hosting package are levied taking into consideration the data transfer requirements for your website on a monthly basis. This is advantageous to you because this way, you end up paying only for what you utilize.

Tags: , , , , , , ,

09 Mar 10 What hostname do I use to connect to my MySQL database?

To connect to MySQL from your PHP/CGI scripts, you can use localhost as the hostname.

In order to connect from a remote host, you need to use the IP Address of your hosting package to establish the connection. You can find this on the Order Details page in your Control Panel.

Tags: , , , , , , , ,

09 Mar 10 Adding a MySQL database

Follow the process mentioned below to add a MySQL database for your website:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> Add Database.

5. On this page, specify the Database Name, i.e. the name by which your database would be referred to.

6. Additionally, you would also have to add a user to access this database. Specify the username and password for this user. You can add further users to access this database as well. Click here to read how to add a MySQL database user >>

7. Once you have specified these details, click on Submit.

 

IMPORTANT

If you have installed a Power Tool in your Web Hosting Package, then you need to ensure that you do not perform any of the following actions:

  1. Modification/Deletion of the Database, that you selected during installation of the Power Tool
  2. Modification/Deletion of the Database User, that you selected during installation of the Power Tool

 

Tags: , ,

09 Mar 10 Indexing Service

 

Indexing Service (formerly known as Index Server) is integrated with Microsoft Internet Information Server (IIS) and the Windows NT Server 4.0 operating system to allow web searching on corporate intranets and Internet sites.

Once enabled, it automatically builds an index of your website that can be easily searched from any web browser with the sample query forms. Indexing maps words to documents, and to locations within documents.

The same way that an index in a book maps an important word to a page inside the book, content indexing on a computer takes a word within a document and maps it back to that document.

This feature is currently not supported on Gossimer web servers.

Tags: , , , , , , , , , , , , , , , , , , , , ,