Hey all -
I'm trying to install WordPress on a Verio IIS server. They have PHP run as CGI, and installing on a Windows server is a first for me.
Right now, it's doing this weird thing where it seems to be running *part* of the PHP scripts, and "echoing" out other parts when I enter the admin areas (install or index - both do this). I have a wp-config.php file on one of them - the other is giving me a an error because it can't find it (not the typical WP error either) - but that's to be expected because I haven't done one yet.
Anyway, it's really weird that only *parts* of the code are being run (or I think they are, anyway), which the rest is just echoed out. Putting phpinfo() on the server gives me a blank white page. I'm not familiar with IIS (I've done some stuff, but I'm mostly clueless) so would anyone know what I need to check for? I have access to php.ini (I needed o up the memory_limit, so they let me do that). Is it the CGI that's doing this? I just haven't a clue where, or what, to even look for to get me started, so a nudge in the right direction would be great.