This content has been marked as final.
Show 3 replies
-
1. Re: Adding Server Behavior Call Virtual() but I am on IIS not Apache
Ben Pleysier Sep 20, 2013 5:51 PM (in response to MotiveWeb)It is not a matter of IIS or Apache, it is a matter of having a PHP server on either platform. No PHP server, no PHP interpretation.
-
2. Re: Adding Server Behavior Call Virtual() but I am on IIS not Apache
MotiveWeb Sep 20, 2013 6:32 PM (in response to Ben Pleysier)Ben, thank you for your reply. I have php interpretation on the server. In fact, if I change virtual() to require() it works just fine. It is my understanding that virtual() is an apache specific call. I have googled this and i have found several articles that detail this problem. They say, I should be able to select between an apache and IIS call but I havent found one that details the steps to do that. I can make it work by manually adjusting the code, but I know there is a setting Im missing that will make it automatic.


