Wordpress moment
October 15th, 2008
I have had a number of people point out to me that my wordpress “previous” link does not work nor the archive feature. So if you have this problem, here is the solution…..
Add the following to the .htaccess file
# BEGIN WordPress
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
# END WordPress
This did the trick however in comes the spam. Got to find that API key to get Akismet working.
Stay tuned.
Tags: wordpress