Open a file with a weird file extension using php -


I have found the file with a strange file extension (.dta). When I try to open it with FOPN (), I get the following error:

  Failed to open the stream: HTTP request failed! HTTP / 1.1 404 not found  

This file stays on the server, and I do not want to change its extension. I can copy the file, save the copy as .txt, go into it and delete it, but I was wondering if there is any better way.


Comments

Popular posts from this blog

GO: Serve static pages -

Folder list php -

java - how to parse a JSON string into ObjectNode in Jackson? -