-1

I am using a simple image slider which works fine on localhost, but now I have deployed the site, and it is not showing the images online.

Showing this error on browser console.

Failed to load resource: the server responded with a status of 404

The URL for my site is: http://the-kings-arms.co.uk

Zafar
  • 3,394
  • 4
  • 28
  • 43

1 Answers1

2

Your images don't exist on your server. You can see this by directly navigating to http://the-kings-arms.co.uk/images/k1.jpg

You will see a 404 error. Try to upload them again.

Compare this to ones that do work, like the following: http://the-kings-arms.co.uk/images/eating.png

dimab0
  • 1,062
  • 8
  • 10