wordpress

If you’re trying to do some testing on your existing WordPress website locally (using something like XAMPP) using the same files and database but find that it keeps 302 redirecting to your website rather than running it locally, you will have to configure your WordPress options to set your home and site URL to your…

Read More WordPress: Getting unwanted 302 redirects locally

If you’re using WordPress 2.7 and you’re trying to upgrade to WordPress 2.7.1 and you come across an error message like “Cannot redeclare pclziputilpathreduction()“, make sure that your WordPress Automatic Upgrade plugin is disabled/deactivated. Then proceed to upgrade your WordPress to version 2.7.1 from your dashboard and it should work fine (make sure your backup…

Read More WordPress Fatal Error: Cannot redeclare pclziputilpathreduction

You may have read my previous entry on performing a 301 redirect from Blogger to WordPress, where I wrote a script that will capture all traffic to your old Blogger site and redirect it to your new WordPress site. Ideally you’d want to do the 301 redirects from the web server, but unfortunately Blogger doesn’t…

Read More Limitations of Client-Side Javascript Redirect – Blogger to WordPress

As promised in my previous post (301 Meta Refresh Redirects: How Google and Yahoo Sees It), I will show you a script I wrote that will handle 301 redirects from Blogger to WordPress using the meta refresh tag and javascript. I have tested it on my old blogger (http://dannynsl.blogspot.com) and it seems to have worked…

Read More How to 301 redirect from Blogger to WordPress