I want my previously existing domains to work. For example. http://team.leadersandreaders.com
I've added the following to my htaccess file:
RewriteCond %{HTTP_HOST} team.leadersandreaders.com
RewriteCond %{REQUEST_URI} !team/
RewriteRule ^(.*)$ team/$1 [L]
I've also added it to the htaccess file in the team folder.
And I've added the domains to the list of banned domains in the admin section of wordpress.
But it still isn't directing to the right spot. I've searched the forum come up with instructions to do what I have done. Can anyone point out why this may not be working.
It is trying to direct to wordpress sign-up still, but now has errors which states that it cannot modify the header information.
Thanks!
Leisa