Be sure to check your file permissions to make sure they are readable, as this is necessary to view the link bar and banner after upload.
Also, check your code/script to make sure the files aren’t being referenced by local address as it is highly unlikely that 1&1 uses the same file structure for storage as your local setup. If you are on Windows, (which I assume you are from Frontpage), make sure the pages you create don’t use “C:/address/filename.extension” or something similar. They will need to be “http://yoursite.com/filename.extension” or “/filename.extension” if the linkbar and banner are stored in the root web directory, or “/folder/filename.extension” if they are in an “images” folder or something similar.
If it’s a Unix server (and I’ve seen Unix servers with Frontpage extensions as an option), any references to files will be case sensitive. This does not apply on Windows servers.
So if you have a file called MyFile.html, on a windows machine (including your home computer) you can refer to it as “myfile.html” and still get to it, but on a Unix server you must call it “MyFile.html” or it will not be found!
Comments
Leave a comment Trackback