I was using wordpress 3.3 to power my website. I tested it with Page Speed and it gave me error "remove query string from URL).... The query string is a question mark which appears in the start of query paramter of the url.....
<a href="http://gizmocube.com/images/logo.png" rel="nofollow">http://gizmocube.com/images/logo.png</a> .... is outputted as ...
<a href="http://gizmocube.com/images/logo.png?9d7bd4" rel="nofollow">http://gizmocube.com/images/logo.png?9d7bd4</a>
how do i get rid of this question mark.... any .htacess stuff... any help would be appreciated....
<a href="http://gizmocube.com/images/logo.png" rel="nofollow">http://gizmocube.com/images/logo.png</a> .... is outputted as ...
<a href="http://gizmocube.com/images/logo.png?9d7bd4" rel="nofollow">http://gizmocube.com/images/logo.png?9d7bd4</a>
how do i get rid of this question mark.... any .htacess stuff... any help would be appreciated....