WEB PAGE IS NOT WORKING PROPERLY, BUT IT'S WORKING FINE ON LOCALHOST

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
manishs
500 Command not understood
Posts: 1
Joined: 2015-11-18 18:48
First name: Manish
Last name: Sharma

WEB PAGE IS NOT WORKING PROPERLY, BUT IT'S WORKING FINE ON LOCALHOST

#1 Post by manishs » 2015-11-18 18:55

Hello Sir/Madam,

I uploaded my website using Filezilla and when I checked it online, all of the images are missing.some contains are also missing I don't understand this because everything works fine if i run the same page on localhost using IIS but when I check through after Publishing it Online, all the Images Dissapear. I also checked all my links and they're fine.

Please help me what to do. :cry:

Thanks,

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: WEB PAGE IS NOT WORKING PROPERLY, BUT IT'S WORKING FINE ON LOCALHOST

#2 Post by boco » 2015-11-23 22:22

Web servers have different syntax and conditions for paths and filenames. Especially if the local PC runs Windows it's not uncommon for websites to work locally but not remotely.

1. Check all paths in the HTML code. Links using local path syntax (C:\Users\...) will not work. The web server is a different computer running a different OS.
2. Check for case sensitivity. While Windows ignores case, it is extremely important on web servers running UNIX/LINUX. So index.html and Index.html are different files that can coexist.
3. If using CGI/Perl scripts, PHP or databases, be aware that the hoster must support/allow these. For Perl/CGI, you might need to use special paths on the server.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply