if you wanted to span your member area out across multiple servers you could code up a system using .htaccess (password protection) and then push the credentials out with your login requests to each authenticated login to cover all content servers, then you can server content from where you want to. you could use .htaccess mod_redirect to hide all the additional servers just link them under different folder names.
|