0
votes

I downloaded a web page code on my windows, and uploaded it on my linux apache server. Index.html and picture are int the same directory.

Why does it miss picture?

1

1 Answers

1
votes

If you have uploaded pictures too 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 for more detail of issue.