Hi! I am using a custom plugin, and I call a cronjob via URL through the service setcronjob.com. Calling the cronjob works fine on single WP installations, but I can't figure out how to make it work on multisite: I think I have the URL wrong.
My main website is http://lighthouseresale.com.
My subsite is http://fancypantsboston.lighthouseresale.com, but through domain mapping is http://fancypantsboston.com.
The location of the cron file I need to call is in the subsite (fancypantsboston.com), and located here: /wp-content/plugins/pse-xml.1.0.0/sxmlv2-cron.php/?crontask=process.
I've tried both these URLs to no avail:
http://fancypantsboston.com/wp-content/plugins/pse-xml.1.0.0/sxmlv2-cron.php/?crontask=process
http://lighthouseresale.com/wp-content/plugins/pse-xml.1.0.0/sxmlv2-cron.php/?crontask=process
Any thoughts on how I would call that file via direct URL? Thanks!