Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter lifeisrisky

    (@lifeisrisky)

    Whooami thanks for the response. I should have stated the parameters I used for my test.

    Test 1
    Production blog:
    1. Created a new post, added the following Test Post Link
    2. Saved the post

    Result
    Ping showed up correctly under comment moderation for Test.Com
    Pings already sent showed http://test.com/test/?p=6

    Test 2
    Production blog:
    1. Edited the a new post, added the following Test Post Link #2
    2. Saved the post

    Result
    Ping did not show up under comment moderation.
    Pings already sent showed http://test.com/test/?p=6 and http://test.com/test/?p=7

    I repeated this same test from my test blog to my production blog. The results were exactly the same. For some reason it appears when you edit a post the ping isn’t getting sent even though the post says that it is.

    Hope that makes it clearer.

    Thread Starter lifeisrisky

    (@lifeisrisky)

    Otto thank you I feel much better now. Glad to know I my blog isn’t broken, it simply wasn’t designed to do that. I appreciate it. This is unfortunate though, because it seems like that would be a great way to reference posts and follow comments.

    Thread Starter lifeisrisky

    (@lifeisrisky)

    That makes perfect sense. I have a test blog and have all the options checked around “Allow link notifications from other Weblogs (pingbacks and trackbacks.)” set on both blogs. When I post a comment on the test blog with a reference in the comment itself to the “trackback” link on the other blog, the trackback doesn’t show up. I have tried posting from both blogs in the comment section to no avail. Now I can put the exact same link in the actual post and it shows up as a trackback/pingback just not when it is in the comments. I have the DoFollow plugin installed on both blogs as well.
    Help???

    Thread Starter lifeisrisky

    (@lifeisrisky)

    Thank you very much MichaelH I appreciate the information.

    Thread Starter lifeisrisky

    (@lifeisrisky)

    Any suggestions ?

    Thread Starter lifeisrisky

    (@lifeisrisky)

    thanks for the reply. Disregarding the plugin info. *smile*

    Thread Starter lifeisrisky

    (@lifeisrisky)

    Here is my current .htaccess file and I have tried everything to make it work but so far no joy.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^lifeisrisky.com [nc]
    RewriteRule (.*) http://www.lifeisrisky.com/$1 [R=301,L]
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    </IfModule>
    
    # END WordPress
Viewing 7 replies - 1 through 7 (of 7 total)