Quote:
Originally Posted by kentaurus
Just uploaded them to my own server (that made no sense btw) as a binary file. No luck. It stills give me the same error.
If the newlines are the problem can I just get rid of them?
|
ok, here's what you should do:
try using the dos2unix or the fromdos command on your server.
The problem is indeed the newlines that are different between Windows and *nix, and that's causing a problem. Usually, if the files are unzipped on windows and the .htl file uploaded as a binary file, it won't matter cos that works right away. But in this case, you're not doing any binary file transfers, so you're stuck with windows newlines on a unix system. The fromdos or dos2unix utilities can be the solution for you, though. Please try those
and if those are no good, try removing all \r\n to \n on your .htl file