Home > Software engineering >  live reload not working for php files in vs code
live reload not working for php files in vs code

Time:10-04

I've installed the live server extension on VS code and on google chrome, and configure them to enable live reload but live reload is not working. It was working a few hours ago but now I can't get it to work.
enter image description here

My server I'm using enter image description here

live server: enter image description here

Things I've tried:

  • deleting and reinstalling both live servers
  • quitting VS code
  • made sure live server was turned on in VS code.

CodePudding user response:

Make sure you are not running another localhost website somewhere, live server can only reload one website at a time.

  • Related