verdrm Posted October 4, 2007 Share Posted October 4, 2007 I am trying to run some PHP files on another server (which I only have FTP access to) and the scripts do not work. I assume it is because they are running IIS (they run on my server). Does anyone know how to run PHP files on a server running IIS without configuring PHP on the server? Is it possible? Quote Link to comment https://forums.phpfreaks.com/topic/71866-solved-php-problem-on-iis/ Share on other sites More sharing options...
wildteen88 Posted October 4, 2007 Share Posted October 4, 2007 The server has be configured to parse PHP scripts with the PHP interpreter. You cannot "force" an non-configured server to parse PHP code. Quote Link to comment https://forums.phpfreaks.com/topic/71866-solved-php-problem-on-iis/#findComment-361998 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.