So I have two websites running from the same box and same directory.
ex:
websites/website1
websites/website2
Both websites use PHP. One is a Wordpress blog with heavy PHP, another is a Flash page with a PHP formmail parser.
For whatever reason, PHP works for website1, but not for website2. I placed a test.php file in each directory with phpinfo(); and ran it. One website was able to process the command while another wasn't.
NOTE: PHP was installed on my root drive, so it's outside of these website folders.
I don't remember specifying which directories could use PHP, nor can I find any specific references in my PHP installation.
Does anybody have an idea of what may be going on?
ex:
websites/website1
websites/website2
Both websites use PHP. One is a Wordpress blog with heavy PHP, another is a Flash page with a PHP formmail parser.
For whatever reason, PHP works for website1, but not for website2. I placed a test.php file in each directory with phpinfo(); and ran it. One website was able to process the command while another wasn't.
NOTE: PHP was installed on my root drive, so it's outside of these website folders.
I don't remember specifying which directories could use PHP, nor can I find any specific references in my PHP installation.
Does anybody have an idea of what may be going on?