A cool new way to monetize your blog with 125x125 ads - PerformancingAds
 

 

Top

WordPress pingbacks finally work!

January 11, 2008

wordpress.jpgFor the last few months, there were no pingbacks/trackbacks being displayed for posts on Online Presence.

I never got the time to dig into it till today. It turned out that my hosting provider had disabled access to xml-rpc for security purposes. Luckily, they provided a mechanism using the .htaccess file to enable it, if required. I tried it out and viola!, pingbacks and trackbacks work again.

That just brings a smile back on my face. Of course, I’ll be moderating them to ensure there is no spam coming through.

Does anyone know of a way to generate missed pingbacks/trackbacks, possibly by using Technorati as the intermediary?

Popularity: 9% [?]



Comments



5 Responses to “WordPress pingbacks finally work!”

  1. MyAvatars 0.2 Glowicki ProBlogger on January 12th, 2008 3:17 am

    WP may refresh it itsself after some time – it happened to me.

  2. MyAvatars 0.2 Beth on January 19th, 2008 5:09 am

    HOW did you fix it?

  3. MyAvatars 0.2 Anuj Seth on January 21st, 2008 2:43 pm

    I guess this would vary from one hosting provider to another.

    In my case, I had to add a few lines in the .htaccess file to reactivate support for xml-rpc.

  4. MyAvatars 0.2 jeuf on February 15th, 2008 7:49 pm

    WHAT are the few lines you put in the .htaccess file ?

  5. MyAvatars 0.2 Anuj Seth on February 15th, 2008 11:52 pm

    This is what I added to the .htaccess file:

    <IfModule mod_security.c>
    SecFilterRemove 114
    </IfModule>

Got something to say?





Bottom