You are here: Portal Home > Knowledgebase > Other
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Blocking users by IP address using .htaccess
Should you find that a few unruly visitors are causing you problems by posting unwanted messages...
Views: 53
Creating .htaccess files
.htaccess files are standard ASCII 'plain text' format files which can be created in Windows...
Views: 53
Creating custom error pages using .htaccess
One of the many things one can do to make their website a little more professional-looking is...
Views: 58
Directory protection using .htaccess
One of the more common/popular uses of .htaccess is to password protect specific directories...
Views: 66
Disabling directory listings using .htaccess
By default when accessing any directory which does not contain an index file (ex:...
Views: 54
How can I backup my files?
1. Log into cPanel and click on the "Backups" link under the Files section 2. Under the...
Views: 59
How can I get a full backup of my account?
1. Log into cPanel and click on the "Backups" link under the Files section. 2. On the next page...
Views: 53
How can I password protect a directory?
1. Log into your cPanel and click on the "Password Protect Directories" link under the Security...
Views: 50
How can I setup dynamic/custom error pages?
If you have defined your own custom Error Pages using the "Define Error Pages" tool within the...
Views: 55
How can I stop people from hotlinking to my site?
1. Log into you cPanel and click on the "Hotlink Protection" link under the Security section. 2....
Views: 55
How can I use htaccess to password protect a directory?
Create a file named .htaccess in your web directory that contains the following:AuthUserFile...
Views: 54
How can I view my current disk usage?
1. Log into cPanel and click on the "Disk Usage" link under the Files section. 2. Next you will...
Views: 60
How can I view my web statistics?
1. Log into your cPanel and click on the link "Awstats" under the Logs section. 2. Select the...
Views: 59
How do I block a specific domain?
order allow,denydeny from fraudster.comallow from all
Views: 58
How do I disable directory listings?
If you don’t have an index file in every directory the contents of the directories are open...
Views: 52
How do I do a rewrite instead of a 302 for missing pages?
RewriteEngine onRewriteCond %{REQUEST_FILENAME} !index.htmlRewriteRule /* /index.html [L]
Views: 61
How do I edit/create a .htaccess file?
1. First log in to your Cpanel 2. Click File Manager 3. Choose the directory that you want to...
Views: 52
How do I prevent spam from email harvestering?
RewriteEngine onRewriteCond %{HTTP_USER_AGENT} ^Bullseye.* [OR]RewriteCond %{HTTP_USER_AGENT}...
Views: 59
How do I report a phishing site?
Please submit a link to the site to abuse@host29.com and our abuse department will get the issue...
Views: 58
How do I stop off-line browsers/ robot surfers?
RewriteEngine OnRewriteCond %{HTTP_USER_AGENT} ^MozillaRewriteRule /* - [L]RewriteCond...
Views: 52
How do I turn directory Indexing off?
Options -IndexesTurn it back on:Options +Indexes
Views: 58
Introduction to .htaccess
What is .htaccess?
The Apache Web server utilizes a per-directory access and configuration...
Views: 55
Modifying existing .htaccess files
To modify/add directives to the .htaccess file in your public_html directory using the File...
Views: 53
Preventing bandwidth theft using .htaccess
While all HostRocket plans include plenty of bandwidth (transfer) nobody ever has enough...
Views: 53
Redirection using .htaccess
Most web sites are constantly changing "works in progress" and as one updates, rearranges and...
Views: 54
Setting a default index page using .htaccess
By default our servers will look for (in order) a file by the name of index.html, index.cgi,...
Views: 58
Where are the error logs located?
Log into your cPanel and click on the link "Error Logs" located under the "Logs" section to view...
Views: 59
Who made your website?
We do our own design and development. We find that it's just simply easier and more suiting for...
Views: 54
Powered by WHMCompleteSolution