0
Xampp doesn't load edited css file.
I am trying to build a website on my local server xampp. at first it works fine but now it doesn't load edited stylesheet. I have refreshed the localhost webpage in the browser, the design changes do not seem to have been applied.
4 Answers
+ 9
no thats not working.
instead of that i found this and its working.
<link href="style.css?v=<?php echo time(); ?>" rel="stylesheet" type="text/css" />
thanks for help Niush sitaula
+ 1
no style, importing is not wrong. i checked all these things.
At first it works fine but after some time it just stuck at old css file and not updating it.
it only shows the old style.
0
This problem also in import my custom javascript file main.js and have the solution above.
0
As an alternative to using this code, you can also make a duplicate of the files, then rename it.
I just found this out. I think it doesn't have any previous files to remember, so it is a clean start.
:)