I am trying to get an application to work under PHP on our windows server.
The file, when uploaded, is supposed to be a key file and so it is just text however the extension for it is .PHP.
Uploading to my root folder and view the key.php file displays as it should.
However, when I upload into a folder, it shows differently and in not the format that it is supposed so that it is recognized by the program.
For example:
Properly loaded in Root folder:
-----------BEGIN KEY-----------
asdfadasdasdasdasdasd
asdasdasdasdasd
-----------END KEY--------------
Uploaded into the Application folder, the same file shows as:
-----------BEGIN KEY-----------asdfadasdasdasdasdasd
asdasdasdasdasd-----------END KEY--------------
Any ideas how to make this work? Seems to only display like this when it is in any folder other the the root folder.
Thanks