I just downloaded a copy of a production website made in Drupal and threw it into my WAMP installation. Now, whenever I try to access it through the browser, I get the following message (on an “Opening” pop-up window):
You have chosen to open
which is a: application/x-httpd-php
from: http://localhost
What should Firefox do with this file?
() Open with [BROWSE]
() Save File
The ironic thing is that my other installs of Drupal on my localhost work flawlessly, even with HTACCESS files in their directories. I’ve tried removing these anyway (from the directory having the issues) just to see if they were causing any problems, and not surprisingly, it did nothing. Even a “test.php” file with nothing more than an echo statement in said directory has problems… This seems to only be happening to this directory and it’s driving me nuts! I just have no clue what’s causing this because this has never happened before like this…
Do any of you have any ideas what’s causing this?