I have added an add on domain, but I'm getting a weird issue, a few of the links in an oscommerce install, or anything for that matter, add the sub directory into the url, someone must have ran into this issue before? I seem to have all the cookies set right, and most of the links work fine. I am baffled. I can't see how their could be a way to fix it, but I also can't find anybody else having the same problem.
No idea but this fixes it. RewriteEngine On rewritecond %{http_host} ^http://www.qkin.com rewriteRule ^(.*) http://qkin.com/$1 [R=301,L]