I downloaded a web page code on my windows, and uploaded it on my linux apache server . Why does it miss picture? -


i downloaded web page code on windows, , uploaded on linux apache server. index.html , picture int same directory.

why miss picture?

if have uploaded pictures on linux server check below:

full path in index.html code move images on correct path.

check permissions of image files.

check error logs of apache more detail of issue.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -