Add On Domain Trouble

Discussion in 'Content Management' started by skins4webs, Jun 21, 2007.

  1. #1
    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.
     
    skins4webs, Jun 21, 2007 IP
  2. skins4webs

    skins4webs Well-Known Member

    Messages:
    384
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #2
    No idea but this fixes it.

    RewriteEngine On
    rewritecond %{http_host} ^http://www.qkin.com
    rewriteRule ^(.*) http://qkin.com/$1 [R=301,L]
     
    skins4webs, Jun 21, 2007 IP