I am really sorry to bump but this was the page Google returned for me first.
Okay, my blog is located at www.stevey.stevey.biz, I know stupid double name but I need some help on getting the latest Windows Live Writer to work with my Wordpress blog, I've done some of mods to .htaccess but it still won't work an I get an 500 Internal Server Error when I type in "http://stevey.biz/stevey/xmlrpc.php" on the "Select Provider" step, I have Wordpress 2.3.2.
This is how my .htaaccess file looks:
># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /stevey/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /stevey/index.php [L]
</IfModule>
# END WordPress
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
I've given you all the information I can, please try to help me I've been stuck with this step for about 3 months. This seems like the best forum to ask so I hope you can help.