Other Resources
ProblemYou want to isable PHP for certain Virtual Hosts in Apache. AnalysisYou should edit the configuration of your VirtualHost. SolutionAdding php_value engine off anywhere in the <VirtualHost></VirtualHost> will indeed disable PHP. You should also have: AllowOveride None in your VirtualHost configuration to disallow the user to enable it. |

Entries (RSS)