1. I need to create a dynamic .htaccess file because multiple
sites are going to be sharing the same "webfiles" on the server.
For instance:
mysite.com will access files "a"
yoursite.com will access files "a" also.
So the issue here is that if my .htaccess file has
http://www.mysite.com hardcoded
into the file, then if yoursite.com tries to access the "a" files,
then it will automatically redirect to mysite.com
How do I create a .htaccess file that will interpret what the
web site is and automatically change the .htaccess...