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
How can I rewrite the URL to the www or non-www version so visitors will only go to that URL?Use one of the following in .htaccess to rewrite the URL: #Non-WWW to WWW version: Options...
Views: 4129
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: 3838
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: 3975
How do I block a specific domain?Add the following to .htaccess: order allow,deny deny from fraudster.com allow from all...
Views: 3801
How do I do a rewrite instead of a 302 for missing pages?Use something like this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !index.html...
Views: 3893
How do I prevent spam from email harvestering?Use the following in .htaccess: RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^Bullseye.*...
Views: 3906
How do I rewrite the URL for my parked domain to my main domain?Add the following to .htaccess: Options +FollowSymLinks RewriteEngine on RewriteCond...
Views: 4026
How do I stop off-line browsers/ robot surfers?Try the following in .htaccess: RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^Mozilla...
Views: 3909
How do I turn Directory Indexing off?Add the following to .htaccess: Options -Indexes Turn it back on: Options +Indexes
Views: 4093
Redirecting your domain or any subdirectoryBy adding a "Redirect" statement to your .htaccess file, you can redirect any subdomain or your...
Views: 4323
-
Quick Navigation
-
Client Login
-
Search