Hello,
I was wondering if it's at all possible to run a RewriteRule that will hide a CSS version in a link tag.
Ex.
link href="css/global.css?v=1.2.3" rel="stylesheet" type="text/css"
To show up as Ex.
link href="css/global.css" rel="stylesheet" type="text/css"
I can't seem to find anything on this subject and everything I've attempted sends a 500 Error :(
Thanks!