T
TerryM
I have a personal website that I manage - www.terrymac.net
I also managed a separate website on different server: www.womenofthewell.com. I created a subweb on my personal website - www.terrymac.net called myweb3 and want to redirect the domain name - www.womenofthewell.com to the location of my subweb: http://www.terrymac.net/myweb3. I redirected the domain name: www.womenofthewell.com to the ns2.powweb.com and ns3powweb.com (name servers). But my web hosting coming is now telling me that I have to add the following code to my .htaccess file
RewriteEngine O
Options +FollowSymlink
RewriteBase
RewriteCond %{HTTP_HOST} womenofthewell.co
RewriteCond %{REQUEST_URI} !myweb3
RewriteRule ^(.*)$ myweb3/$1 [L]
When I did this, it made my site look yucky. I think it did something to my extensions
Microsoft sure does not make this process easy
Any suggestions???
I also managed a separate website on different server: www.womenofthewell.com. I created a subweb on my personal website - www.terrymac.net called myweb3 and want to redirect the domain name - www.womenofthewell.com to the location of my subweb: http://www.terrymac.net/myweb3. I redirected the domain name: www.womenofthewell.com to the ns2.powweb.com and ns3powweb.com (name servers). But my web hosting coming is now telling me that I have to add the following code to my .htaccess file
RewriteEngine O
Options +FollowSymlink
RewriteBase
RewriteCond %{HTTP_HOST} womenofthewell.co
RewriteCond %{REQUEST_URI} !myweb3
RewriteRule ^(.*)$ myweb3/$1 [L]
When I did this, it made my site look yucky. I think it did something to my extensions
Microsoft sure does not make this process easy
Any suggestions???