Knowledgebase : Miscellaneous
Removing an IP address from the Spamhaus blacklist
If the Barracuda network has listed your IP address as "poor," you may be unable to send email to mail servers that use Barracuda as a SPAM filtering service. Here's a further explanation of why your IP address may have been listed: http://www.barracudacentral.org/lookups/reason [1] Here's...
Windows XP * Go to START * Find COMMAND PROMPT(CMD) OR you can search cmd in SEARCH bar * Open the COMMAND PROMPT * Type this command and press ENTER: ipconfig/flushdns * If the command is successfull, you will see this message: WINDOWS IP CONFIGURATION SUCCESSFULLY FLUSHED THE DNS RE...
Your local internet service provider probably doesn't have the fastest DNS servers, and that can slow down your browsing, since your browser needs to look up the IP address of every web site you try to view. Here is how to switch to either OpenDNS or Google DNS for faster browsing times. https://u...
* Go to PingPlotter Freeware download page [1]. Download [2] and Install PingPlotter Freeware. * Launch it from your local computer. * Enter your _domain name / IP address_ into the ADDRESS TO TRACE field and press the TRACE button * A continuous reading will be generated. * Save the rea...
Clearing your Web browser cache forces the browser to load the latest versions of Web pages and programs you visit. INTERNET EXPLORER Deleting web cache in Internet Explorer (IE) varies based on your IE and Windows version. The options to remove cached web pages are found under Tools (Interne...
To setup a simple redirect, simply create an index.php file in the directory you wish to redirect from with the following content: * Please take note that http://www.redirecturlhere.com is the URL you wish the users to be redirected too...
REDIRECT DOMAIN.COM TO WWW.DOMAIN.COM Please insert the following under the .htaccess file RewriteEngine On RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] REDIRECT WWW.DOMAIN.COM TO DOMAIN.COM Please insert the following under the .htaccess...
To perform PING:- * Double-click on the HARD DRIVE icon > APPLICATIONS folder > UTILITIES folder > NETWORK UTILITY PROGRAM * Select the PING tab and enter the hostname, where hostname can be a domain name, a machine name or an IP address * Press ENTER * Copy the ping statistics and paste i...
Kindly follow below steps to check on the PHP version that running on server:- * Open NOTEPAD and put below code * SAVE the file as phpinfo.php * UPLOAD to server, ensure that you upload it under root folder * Navigate to the page using web browser, here you can view info...
REDIRECTING HTTP TO HTTPS 1. REDIRECT ALL WEB TRAFFIC If you have existing code in your .htaccess, add the following: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L] 1 2 3 RewriteEngineOn RewriteCond%{SERVER_PORT}80 RewriteRule^(.*)$h...