Tagged Questions
1
vote
1answer
235 views
What's the best way to version CSS and JS URLs - part 2
This is a follow up question on the following question
What's the best way to version CSS and JS URLs
Both of the solutions mentioned there would require modification to the files where the css and ...
2
votes
1answer
397 views
Problem with Expires/Cache-Control Headers
I'm using Apache 2.2.16.
I've got the following HTML file in my htdocs folder:
<html>
<link media="screen" type="text/css" href="/css/test.css" rel="stylesheet" />
...