Posts Tagged ‘.htaccess’
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 »
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.
Redirect Only Specific Files from HTTP to HTTPS
Posted on June 27th, 2010
We had a hard time finding a solution to redirect only certain files from HTTP to the secure HTTPS. We found all kinds of ways to redirect the entire site to HTTPS but none for specific pages only. After a few hours tinkering, a solution using the following code in a .htaccess file was found:
Read more of Redirect Only Specific Files from HTTP to HTTPS »