So I am trying to figure out why my localhost app looks different when accessed from another computer, as opposed to the way it looks when I am accessing my localhost directly from my machine.
I am using a WAMPSERVER and I have a PHP app. It seems like when I try and change the CSS of the app, only I can see the changes. When I try and access the app through another machine, by accessing my localhost, the app looks different and some of the styling is the old styling. Also, if I change anything in the HTML, it updates correctly, but I cannot seem to be able to change the CSS - almost as if the network cached the CSS and it won't update it anymore.
I tried:
- restarting the WAMPSERVER
- clearing browser cache
- restarting the PC
- Flushing DNS cache ( ipconfig /flushdns )
Nothing seems to be working and the only way I can affect the style of the page is by adding inline CSS which is a pain in the butt and I do not want to do that.
Any suggestions will be highly appreciated!