How do I enable PHP error display in a browser?

In general, it is not a good idea to display PHP errors in a web browser so potential hackers cannot gain information about your website coding.   However, when performing development or testing it may be useful to enable error display to the browser for troubleshooting purposes. To do this, add the following line at […]

Read More

Why is search engine traffic redirecting to an Antivirus site?

Symptoms Abrupt decrease of search engine traffic. Almost to zero. – always People complain that when they visit your site, it says their computer is infected with spyware and forces them to install Antivirus 2009, but when you open the site yourself, you don’t see anything suspicious. – if your site visitors care enough to […]

Read More

Why do I get a “Forbidden or 403 error when tryiing to access my site?”

When you navigate to your website expecting to see content and instead you’re greeted with an error code, it’s essential to understand the various HTTP error code groups, and use that information to troubleshoot the underlying cause. This article is about one of the most common codes, “403 Forbidden”.   The “403 Forbidden” error code […]

Read More

Why am I seeing another site when trying to view mine?

If you enter your domain name in an internet browser and the site displays content that is not yours, your domain may be recently expired. This is the most common cause for sudden changes in the website display.   To easily determine if your domain has expired, you may use a free, web-based tool to […]

Read More