that’s an interesting question since what you are really trying to do is redirect the main wp page (ie index.php in root) to somewhere else… I could see why you might get loops and why even the redirection plugin is having problems (probably greedy wp rewrite rules vs .htaccess)…
but if you have not tried:
Redirect 301 http://mywebsite.com/WPsite http://mywebsite.com/WPsite/welcome/
at the very top of the file, give it a shot… of course, make sure the redirection plugin is not active…
that rewrite may be too greedy too, but worth a shot…