Jump to content

Stevey

Members
  • Posts

    3
  • Joined

  • Last visited

Stevey's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Well my friend owns my server which as far as I know is private to my website so I'll ask him when I get the chance, I've been trying to get this working for months now, I'll remove that part Edit: I checked my cPanel error logs and the problem was that xmlrpc.php was Chmoded at 777 then changing it to 755 did the trick
  2. With a empty htacess file I get a 406 error then with the content I posted above I get a 500 error, I have no idea what to do :/
  3. 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.
×
×
  • Create New...