I have made a script to rotate banners. It is working just fine when i'm running it under the domain where script actually is.
I would also like to use it with my other domains but that doesn't seem to work.
This is how i call it on the same domain where script actually is:
<!--#include virtual="/farmer/farmer.php?case=7" -->
And this how i'm trying to call it from another domain:
<!--#include virtual="http://www.domain.com/farmer/farmer.php?case=7" -->
Result: [an error occurred while processing this directive]
I quess it is matter of permissions even i gave rwx permissions for all.
What could cause this and how could i solve this issue?