Plugins and few wordpress hacks
My .htaccess. This allows all my 404 pages to go to the redirection plugin I use. This redirects to a search page.
ErrorDocument 404 /index.php?error=404
RewriteEngine on
This has been added to my wp-config file. I’m not positive it does anything yet. It should improve performance.
// Enable the WordPress Object Cache:
define(ENABLE_CACHE, true);
[stats_pluginsused]
Active Plugins
[active_pluginsused]
Inactive Plugins
[inactive_pluginsused]