For a while, my webpage, index.php under gmodload, displayed properly, parsed and all that. Recently, instead of displaying the page, it has downloaded the raw php file, including sensitive data for getting api data. If you browse to <directory>?tag=data&anothertag=moredata etc, you download a file called "download" with the raw php page within. Going to <directory>/index.php?tag=data&anothertag=moredata etc, you download the raw index.php file instead of returning the html that the page is supposed to display. I submitted another post here a while ago which ended up in a permissions problem. The file has not changed permissions since I fixed it according to that post, and I am pretty sure that the php would return a valid html file upon parsing. I'm not sure what's going on, as it was working for a while than stopped so any help would be awesome.