PDA

View Full Version : mod_rewrite with remote URL fetching


johnnyb
03-15-2006, 08:35 PM
Hi,

I have mod_rewrite up and running nicely on my site. However, I have links on the bottom of each page to validate that page, ( http://validator.w3.org/check?uri=referer ), and as you can see they check the referrer.

However when someone clicks on those links the w3c page says that my server returns a 404 error.

Does anyone know why this is? And how can I set up mod_rewrite to return the correct file when another server is requesting the file, as opposed to a browser?

John