Forum Moderators: phranque
[edited by: jdMorgan at 1:35 pm (utc) on Mar 21, 2010]
[edit reason] example.com, obscured specifics. [/edit]
&?p=2006&? or somesuch.
[edited by: jdMorgan at 1:36 pm (utc) on Mar 21, 2010]
[edit reason] example.com [/edit]
[edited by: jdMorgan at 1:37 pm (utc) on Mar 21, 2010]
[edit reason] de-linked URLs [/edit]
RewriteCond %{QUERY_STRING} mosConfig_[A-Z_]{1,21}(=|\%3D) [NC,OR]
RewriteCond %{QUERY_STRING} base64_encode[^(]*\( [NC,OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} (GLOBALS|_REQUEST)(=|\[|\%[0-9A-Z]{0,2}) [NC]
RewriteRule ^ - [F]
#
RewriteCond %{QUERY_STRING} ^p=2006&s=may&t=keyword-keyword-keyword
RewriteRule ^(index\.php)?$ http://www.getoff~mysite.website/index.php? [R=302,L]
#
RewriteRule ^cgi-bin/top100/in\.cgi$ http://www.getoff~mysite.website/index.php? [R=302,L]
RewriteRule ^keyword1-keyword2-keyword3\.php$ http://www.getoff~mysite.website/index.php? [R=302,L]
RewriteRule ^keyword1\ backup\.htm$ http://www.example.com/ [R=301,L]
#
RewriteCond %{REQUEST_URI} (\.(php|html?|feed|pdf|raw)|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]