Forum Moderators: phranque
RewriteCond %{QUERY_STRING} ^trade=([^&]+)
RewriteRule ^out\.php$ [b]http://example.com[/b]/tx/out.php?t[b]=%1[/b] [R=301,L]
# redirects
RewriteCond %{QUERY_STRING} ^trade=([^&]+)
RewriteRule ^out\.php$ http://www.example.com/tx/out.php?l=404+Error&ss=404 [R=301,L]
#
RewriteRule ^toplist(/.*)?$ http://www.example.com/tx/register.php [R=301,L]
#
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.shtml\ HTTP/
RewriteRule ^(([^/]+/)*)index\.shtml$ http://www.example.com/$1 [R=301,L]
#
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
#
# rewrites
RewriteRule ^gallery/(.*)$ /click.php [L]
#
RewriteRule ^visit/(.*)$ /tx/out.php?t=$1 [L]
#
RewriteRule ^go/([^/]+)/?$ /redirect.php?title=$1 [L]