1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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:
    371
    Likes Received:
    11
    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