Forum Moderators: open
Damn, if i have to do this every time i want to change something it will take ages.
I had this problem a few weeks now, and i had to change all the script references and script names to have a result.
I have the same problems with images files aswell but never with html files.
Thanks for the help guys. Have any idea if this is a WS_FTP prblem or a web server problem?
I have no experience with Geocities though I think such odd behaviour isn't totally uncommon with free webspace.
Best of luck
Josh
The website is not free, i pay each month to have a registered name and extra space. And ofcource the ability to have FTP access. Cause the free ones don't have this feature like they used to be.
I looked on another computer but the image there is still the old one. I'm confused.
Anyway thanks for the help josh.
I found this script but I couldnt use on a Windows server, but apparantly it will do the trick, maybe you can do the same with .js
Map jpeg extensions to this script
open(JPG,$ENV{PATH_TRANSLATED});
binmode JPG;
$JPG= join "",<JPG>;
close JPG;
binmode STDOUT;
print "Content-Type: image/jpeg\r\n";
print "Content-Length: ${\(length $JPG)}\r\n";
print "Cache-Control: no-cache, must-revalidate\r\n";
print "Pragma: no-cache\r\n\r\n";
print $JPG;
The only thing that works is to upload the file from the web based upload of the WEB provider(Not through FTP).And then to open and refresh the image/script in the images/scripts directory.
Weird