css-file is named: style.css?v=1
the link inside of html: <link rel="stylesheet" href="style.css?v=1">
Contrary to the classic style.css the style.css?v=1 doesn't get recognised:
Failed to load resource: the server responded with a status of 404 (Not Found)
Did I miss something? What's important to versioning files and where does the syntax ?v=1 come from?
style.css?=v1doesn't get recognised." Which one are you usingstyle.css?=v1orstyle.css?v=1(as per your link) (correct syntax is?v=1and it is called a query string)?v=1