This one has me flummoxed. In my weblogs for apache, I'm getting a considerable number of 404 errors for contact form 7's styles.css file:
"GET /wp-content/plugins/contact-form-7/styles.css HTTP/1.1" 404 1
The strange thing is that this isn't the actual path shown to the file in the web pages. For instance, the home page of http://www.fxguide.com shows:
<link rel='stylesheet' id='contact-form-7-css' href='http://www.fxguide.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.4' type='text/css' media='all'/>
The correct link should be in includes/css. But for some reason I guess the link is getting re-written and then a 404 error happens for many of my pages. This can slow things down quite a bit on the site..
Any suggestions as to debugging this?