Link to home
Start Free TrialLog in
Avatar of jurassitol
jurassitol

asked on

Problems with files with out file extensions

Yesterday, I upgrade a server that had Plesk 2.0, to 5.0.5. Along with someother system software. With this one of the people that are on the server started experiencing problems with their ebay pictures. I looked at them and I saw they had no file extensions, for example (http://www.domain.com/image) instead of (http://www.domain.com/image.jpg). I asked him about this and he said they were working that way the night before, and said he was linking to the files that way for months. I was wondering if anyone knew of a fix for this, or why it was working and now why it is not. Or if anyone has any insight at all. Thank You.
ASKER CERTIFIED SOLUTION
Avatar of bummerlord
bummerlord
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RomikQ
RomikQ

You can use the 'file' utility to identify the mime-type of a file. So you would call
$file <file>
And based on the output(image/jpg for a jpg, image/gif for a gif, etc...) you can rename <file> back to the original extension.
if the above command fails, you can try the other modes(like using the magic number for identification) of file(they're all listed in the manual(run "man file")
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
jurassitol:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Split points between bummerlord and chutz
Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

TheWeakestLink
EE Cleanup Volunteer