WordPress Plugins…

I updated my website recently to WordPress 2.0.4 which is a nice tool to use, and getting very powerful, but not overly complex. In fact, many of the tools are slicker and simpler to use. I upgraded courtesy of my webhost, and they auto-installed nearly 50 themes for the blog, which means I can get…

.htaccess file problems with wordpress 2.0.2… Help is here

# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR] RewriteCond %{REQUEST_URI} ^/failed_auth.html$ RewriteRule ^.*$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php # END WordPress You can find more help here: Overcoming the Permalink Problem My webhost, Dreamhost, offers a lot of cool toys for users to play with. One…