Optimize apache for WP use

Souljacker, I would first take a look at your plugins. Star Ratings for Reviews hasn’t been updated for over 3 years and looks like its real heavy on the db. I saw some raw sql with some INNER JOINS that look troublesome. On the server side you should implement some object caching. APC is the … Read more

WordPress wp-admin https redirect loop

You’ve added $_SERVER[‘HTTPS’] = ‘on’; to your wp-config.php? You should also use the WP Migrate DB plugin to migrate from http://yoursite.com to https://yoursite.com