Folder to domain rewrite + 301's

I have a wordpress website on my server like this:

mydomain.com/html/wordpress/

my old website has good SEO scores and gets a decent amount of traffic. I’d like to have my wordpress folder look like its located in the root of mydomain.com and not show anything of the HTML or wordpress stuff. Unfortunately Im having trouble doing this. Does anyone have a good tip on how to fix this with .htaccess?

I also need to do 301 redirects to this new wordpress page from a dozen or so URLs. that exist in mydomain/html

What would be the best way to do this?

indiannn,

Move WordPress to the DocumentRoot and change its conf file to reflect the move.

Redirect 301 html/wordpress/ http://mydomain.com/

That will perform all the 301’s you need.

Regards,

DK