squabbles
04-23-2008, 01:47 PM
* This wasn't a problem when I opened my Bluehost account years ago, but it is now-
So far, my editing in .htaccess only resolves one isse (See BELOW for Code).
(NOTE: SPACES INSERTED, to stop URLs from being active.)
* You register and use ONE.Com as your Primary Bluehost LOGON domain... and set up a page.
You have the ADDON Domain TWO.Com, and create another site.
TWO .com will show up as THREE URLS-
http://two .com (WHICH WE WANT)
AND
http://two .one .com
AND
http://one .com/two
* I can fix the 2nd one, with a .htaccess 404 redirect:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^two.one.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.two.one.com$
RewriteRule ^(.*)$ http://one.com/404.shtml [R=301,L]
* BUT
I'm STILL stuck with:
http://one .com/two
Duplicating my "two" page.
Nothing I've tried has fixed that.
IDEAS?
Thanks in advance, for any help.
So far, my editing in .htaccess only resolves one isse (See BELOW for Code).
(NOTE: SPACES INSERTED, to stop URLs from being active.)
* You register and use ONE.Com as your Primary Bluehost LOGON domain... and set up a page.
You have the ADDON Domain TWO.Com, and create another site.
TWO .com will show up as THREE URLS-
http://two .com (WHICH WE WANT)
AND
http://two .one .com
AND
http://one .com/two
* I can fix the 2nd one, with a .htaccess 404 redirect:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^two.one.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.two.one.com$
RewriteRule ^(.*)$ http://one.com/404.shtml [R=301,L]
* BUT
I'm STILL stuck with:
http://one .com/two
Duplicating my "two" page.
Nothing I've tried has fixed that.
IDEAS?
Thanks in advance, for any help.