Greetings,

I just moved a website to a completely new hosting provider AND CMS (Joomla to WordPress).

The problem is that I'm getting a number of http requests that are obviously for the OLD site - variations like this - http://www.website.com/?option=com_content&task=view&id=3483&Itemid=384

Is there any way to 'redirect' these http requests to my new homepage (index.php). It would have to be a wildcard since there were over 3,000 articles on the old site.

To recap...is it possible to redirect http requests as follows

http://www.website.com/?option=com_content* to http://www.website.com

I'm assuming this would need to be done via the .htaccess file.

Thanks for suggestions!