Has anyone else run into this?
I’m trying to use Bird Feeder and would like to track feeds created by WordPress. They are in the site:
subdomain.domain.com
which resides in a different file system folder from
domain.com
I have /feeder installed in domain.com, because I want to track more than one subdomain.
Where I run into problems is in creating the new feeds, because the default line to include /feeder/index.php is looking for the DOCUMENT_ROOT of the site subdomain.domain.com, and I don’t seem to be able to point it correctly in the direction of domain.com/feeder.
Does anyone have any advice?