<HTML>
<HEAD>
<TITLE>Re: [TxMt] Blogging Noob Question</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Brett Terpstra suggested the following fix:<BR>
<BR>
File: .htaccess<BR>
<BR>
<Files xmlrpc.php><BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>SecFilterInheritance Off<BR>
</SPAN></FONT></BLOCKQUOTE></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'></Files><BR>
<BR>
This works, and Alan’s suggestion of using curl to test was perfect. Yet another cool use for TextMate. And I only thought I’d use it for programming ;)<BR>
<BR>
<BR>
On 9/28/06 12:36 PM, "Allan Odgaard" <throw-away-1@macromates.com> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:12.0px'><FONT FACE="Lucida Sans Typewriter">On 28/9/2006, at 20:38, s.ross wrote:<BR>
<BR>
> Yeah, as a reflexive gesture, I substituted a fake domain for the  <BR>
> real one.<BR>
> Try calicowebdesigns.com/wp/xmlrpc.php<BR>
<BR>
You might have a server-side problem here:<BR>
<BR>
     % curl -I calicowebdesigns.com/wp/xmlrpc.php<BR>
     HTTP/1.1 406 Not Acceptable<BR>
     …<BR>
<BR>
     % curl -I macromates.com/blog/xmlrpc.php<BR>
     HTTP/1.1 200 OK<BR>
     …<BR>
<BR>
Perhaps you need to enable xml-rpc in the WP preferences.<BR>
<BR>
<BR>
______________________________________________________________________<BR>
For new threads USE THIS: textmate@lists.macromates.com<BR>
(threading gets destroyed and the universe will collapse if you don't)<BR>
<a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</a><BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:12.0px'><FONT FACE="Lucida Sans Typewriter"><BR>
</FONT></SPAN>
</BODY>
</HTML>