By sleddoggin on
RewriteRule ^about_us$ http://site_address_here/ [R=301,L]
The code above is what I'm using thus far - and it works. Except, I'd like to configure the code to redirect anything coming to about_us, along with any other URL's appended to that address. Such as about_us/, about_us/search.php, etc...It would all be automatically forwarded using a possible wildcard. How is this accomplished?
Thank you!