The static pages (like Store) are working again. I’ve had to fix the redirect plugin by Nick Berlette. If you want it to work with your modern WordPress blog (2.6 or higher) you just need to change a tiny bit.
Remove this:
Replace with:
if (file_exists($root.‘/wp-load.php’)) {
require_once($root.‘/wp-load.php’);
} else {
require_once($root.‘/wp-config.php’);
}
It should work fine now
« Free Sybase Power Designer 15 Viewer! For those of you that don’t know, last week I had my wisdom teeth removed. There were a few complications.. »



