Please Login or Register

Knowledgebase

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

Article 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: 82
Article 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: 81
Article How do I block a specific domain?
order allow,deny deny from fraudster.com allow from all
Views: 81
Article How do I do a rewrite instead of a 302 for missing pages?
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !index.html RewriteRule /* /index.html [L]
Views: 85
Article How do I prevent spam from email harvestering?
RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^Bullseye.* [OR] RewriteCond %{HTTP_USER_AGENT}...
Views: 85
Article How do I stop off-line browsers/ robot surfers?
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^Mozilla RewriteRule /* - [L] RewriteCond...
Views: 57
Article How do I turn directory Indexing off?
Options -Indexes Turn it back on: Options +Indexes
Views: 85

Quick Navigation

Client Login

Email

Password

Remember Me

Search