-
Fix for WordPress MU images not showing up
I have been troubleshooting why images on my wordpress MU installation dont show up after upgrade to the latest version 3.3.2 [from 3.3.1]. After spending a very long time I came across a very useful post. This post describes that the .htaccess file needs to be edited to fix the problem.
-
How to check if mod_rewrite is really working
While working with WordPress I came to a point where I needed to check if mod_rewrite was really working and working properly on my Ubuntu Server. Searching for a quick test I found this post on the ‘net. Pretty useful!
-
Troubleshooting copying WordPress to another domain
I was moving a prod wordpress blog to a dev environment for development work. I have been following these instructions. The domain name is going to change. I have edited the wp-config.php file with the new names and database credentials. However, I keep getting the same error over and over again: Error establishing database connection I have been troubleshooting this for 2 days now. I now suspect that the database needs to be changed in some way. I faintly remember that the last time I moved a wordpress blog to a different domain… I had to run some kind of database cleanup script. Hmmmm…where was that information 🙁 got it…