APACHE

  • Set Up URL Masking On Your Site

    At times, you may have a site created in a different location or directory and don’t want your visitors to see the full path to your files. Fortunately, with just some simple steps, you can set up URL masking to have your visitors see what y...
  • How To Disable Nginx Caching

    Click Login to cPanel under the Actions Menu Navigate to the Files section and click on File Manager Click the...
  • How to Redirect HTTP Requests to HTTPS

    Below we are going to show you how to redirect all non-https request to use https. Why would you do this? This depends on what kind of site you are hosting. For example, if you are running a billing site, and you want to ensure that all trafic is ...
  • Current Loaded Modules

    Below we have listed the Apache modules that are loaded on all of our services. Updated February 24th/2015 actions_module alias_module asis_module auth_basic_module ...
  • Error Messages Overview

    Error 400: Bad RequestError 401: Authorization RequiredError 403: ForbiddenError 404: Page Not FoundError 405: Method Not AllowedError 406: Not Acceptable (encoding)Error 407: Proxy Authentication RequiredError 408: Reques...
  • How to set your domain to redirect to WWW by default

    Add the below to your .htaccess file in order to have your-domain redirect to www.your-domain. Just make sure where it says “your-domain.com” to fill in your domain on both lines 2 and 3. ...
  • How to change your PHP version

    1) Click the File Manager button located in the Files section of cPanel. 2) Select the Home Directory and the Show Hidden Files option, then click Go...
  • How to change the default index page

    The below command will set the default page your website shows to whatever you specify. For example the below command will set your website to show the index.html file as default. ...
  • How to turn off directory browsing

    You can use either of the below commands to stop directory browsing, just add either one to your .htaccess file.   Options -Indexes ...
  • How to turn server signatures off

    Add the below line to your .htaccess file in order to have ServerSignatures turned off.   ServerSignature Off W...