non-functioning trackbacks
-
Hey all – I’ve been searching all day on this issue, and I have yet to find a solution that works. I’ve *just* noticed that trackbacks and pingbacks don’t work on my site. The first thing I did was revert back to the default theme and shut off every single plugin I had – and they *still* don’t work.
From what I’ve found in several threads, I could place this in my .htaccess file:
<Files xmlrpc.php> SecFilterInheritance Off </Files>and it should work…but it doesn’t! It screws *everything* up royally, and the error logs basically say there’s no such thing.
The only other thing I can come up with is renaming my xmlrpc.php file (the host is pair.com, and from research, they apparently don’t allow you to have such a file on your server, but it’s been said you can get around it by renaming the file) – but it still doesn’t work. Most likely reason is because I’m not that familiar with .htaccess rewrites, and my rewrite format is incorrect.
I’ll play with it a bit more and see if I can get it to work, but the .htaccess file is located in /cms/ (same level as wp-content, wp-admin, etc.) and I have this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# to find renamed xmlrpc.php file
RewriteRule ^xmlrpc.php$ BlogXMLrpc.php [R,L]
</IfModule>I also have an .htaccess file in the root (same level as /cms/ – this area houses a parent website), and placing the above code in that one doesn’t work, either.
As I said, I’ll be playing with the rewrite a bit to see if I can get it to take, but in the meantime, would anyone else have any suggestions for me? I’d surely appreciate it!
The topic ‘non-functioning trackbacks’ is closed to new replies.