vehicledaily.rf.gd
Images are not loading. some text elements also repeating. Same working fine in localhost.
Error Message
(please share the FULL error message you see, if applicable)
Other Information
(other information and details relevant to your question)
all filenames on infinityfree servers are CaSe sensitive
for example you have a link to an image on your site named
http://vehicledaily.rf.gd/images/picture21.jpg
but the filename you saved on your site is actually
http://vehicledaily.rf.gd/images/Picture21.jpg
so the server cannot find the file because its looking for an all lowercase name which doesn’t exist
if it works locally then you must be using a file system that ignores CASE like windows for example
so make sure your filenames exactly match your html code and all should be good
4 Likes
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.