-
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...
-
Click Login to cPanel under the Actions Menu
Navigate to the Files section and click on File Manager
Click the...
-
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 ...
-
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 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...
-
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.
...
-
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...
-
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.
...
-
You can use either of the below commands to stop directory browsing, just add either one to your .htaccess file.
Options -Indexes
...
-
Add the below line to your .htaccess file in order to have ServerSignatures turned off.
ServerSignature Off
W...