Pingback Problems

Discussion in 'WordPress' started by ikogsakanding, Nov 14, 2009.

  1. #1
    hi... can someone help me?? i dont receive anymore pinbacks or linkbacks on my wordpress blog... even if i test it... Ive already turned it on.. is there any something wrong with my .htaccess?

    here is my .htaccess

    #--- DH-PHP handlers ---
    AddHandler php-cgi .php
    Action php-cgi /cgi-bin/dispatch.cgi
    #AddHandler fastcgi-script fcg fcgi fpl
    #AddHandler php-fastcgi .php
    #Action php-fastcgi /cgi-bin/dispatch.fcgi
    
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Code (markup):
    :confused:
     
    ikogsakanding, Nov 14, 2009 IP
  2. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A link to the blog in question would be better.

    Can you also check your webserver's error logs to see if anything's getting dropped in there?

    Also check with your host to see if they disabled any settings recently like curl.

    Have you tried one of the pingback test pages like:

    http://ebestagent.com/trackback-tester/2007/08/17/test-page/
     
    theapparatus, Nov 14, 2009 IP