Restricting blog access but allowing trackbacks/pingbacks
-
I have a bit of an unusual request, and haven’t been able to resolve it on my own. I have two blogs that I would like to keep private, but I would like to trackback/pingback between them. Originally, I was using carthik’s Registered_only plugin, but, as you can see from my comments with carthik, it won’t do what I’d like.
I have spent a good deal of time messing around with my .htaccess file. Here’s the latest version:
<Files xmlrpc.php>
Order Deny,Allow
</Files><Files wp-trackback.php>
Order Deny,Allow
</Files>AuthUserFile /home/mysite/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basicrequire user admin
That doesn’t seem to work, though, when I test using Red Alt’s pingback or trackback testers.
Does anyone have any advice on how to restrict access to a blog while allowing pingbacks and trackbacks? Thanks.
- The topic ‘Restricting blog access but allowing trackbacks/pingbacks’ is closed to new replies.