I hesitate to ask this but I have now spent ten hours on this and I promise I have read, and re-read every post on here on redirects and have tried and retried everything I have read. I must be missing something, but I can't figure out what it is.
I am changing the format of my site from multiple installations of Wordpress to one MU installation.
I some subdirectories which are not wordpress and I can easily get the redirection to work on them. The problem seems to be because the new blogs are virtual subfolders.
The problem arises when I try to set-up a direct for a previous subdomain of the same name to the new mu blog of the same name (set-up for folder access).
If I add the following to my htaccess file I get 500 server errors:
RewriteCond %{HTTP_HOST} art.aneducationaljourney.com
RewriteCond %{REQUEST_URI} !art/
RewriteRule ^(.*)$ art/$1 [L]
Currently the domain http://art.aneducationaljourney.com redirects to just http://aneducationaljourney.com and does not send it to the art blog where it should go.
I have tried redirecting individual posts using a simple 301 redirect one by one and they also result in server errors or a direct to the main domain.
At this point I am about to simply give up, but really don't want to lose everything I have indexed. However, Google won't recognize that the URL needs removed because it is redirecting somewhere. But most importantly the visitors will not land on the page they are expecting.
I'm hoping that someone can point me in a direction that I haven't tired even though I have tried all the fixes I could find recommended here. And sorry to again post something that has been addressed "500 times" but I am at a loss.