Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Return 410 on a URI with a plus sign (+) ?


1script - 3:21 am on Sep 23, 2012 (gmt 0)


OK, I think I got it:

I needed to look at the entire request and not the URI. So, this works as expected:

RewriteCond %{THE_REQUEST} \+.*search\.htm
RewriteRule .* - [G]


Thread source:: http://www.webmasterworld.com/apache/4498631.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com