Posts Tagged ‘errors’
Redirect Loop Installing WordPress on a Subdomain
Posted on April 24th, 2015
Typically installing WordPress on a subdomain is no big deal. It’s a 10 minute process at most. However, today we needed to install it for a client’s test site and it would throw a Error 310 (net::ERR_TOO_MANY_REDIRECTS) — “This webpage has a redirect loop” or “The page isn’t redirecting properly” as soon as the the “Install” button was pressed.
Read more of Redirect Loop Installing WordPress on a Subdomain »
Connecting to Another MySQL Database With WordPress
Posted on February 13th, 2014

A recent project required that I access data from a separate database, in a custom WordPress page template. The data also needed to be retrieved before the opening <html>
tag. By opening another database connection here, WordPress threw a fit, and failed to load the page’s menus. After hours to troubleshooting and searching for answers on countless forums, I finally found a solution…
Read more of Connecting to Another MySQL Database With WordPress »
406 Error Fix
Posted on October 21st, 2010
Are you or others receiving a 406 error when visiting your site? Most likely it is caused by mod_security, which acts as a firewall to protect web application attacks.