JAB Creations
01-16-2008, 06:14 PM
The P3P validator keeps spawning 404 errors. I'm trying to setup a RedirectMatch in .htaccess to at least convert these to 301s.
RedirectMatch \/3E http://www.jabcreations.com/w3c/p3p.xml
This works only if the request is case sensitive but doesn't work with the specific issue...
x.x.x.x - - [31/Dec/2007:11:27:22 +0000] "GET /%3E HTTP/1.1" 404 13911 "-" "P3P Validator"
I also have to somehow match % as well unless I can do some sort of wild card?
RedirectMatch \/3E http://www.jabcreations.com/w3c/p3p.xml
This works only if the request is case sensitive but doesn't work with the specific issue...
x.x.x.x - - [31/Dec/2007:11:27:22 +0000] "GET /%3E HTTP/1.1" 404 13911 "-" "P3P Validator"
I also have to somehow match % as well unless I can do some sort of wild card?