Announcement

Collapse
No announcement yet.

Sidebar cart value not working correctly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Martin - with 1 & 1 you need to put an htaccess file in the root and the Actinic folder and redirect the visitors there.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #17
      Thanks Bill
      Just what I needed.
      I have the .htaccess file in place - do you have the redirect instruction line to hand by any chance (sorry, I'm being lazy, but its been a long day).
      I did try achieving this via the 1&1 domian control panel, by setting
      Web forwarding (http://www.mysite.co.uk),
      but this stopped the site working at all!
      Anyway, if you have the instruction I need to place, that would be a real help.
      Martin

      Lee - thanks for the help - I was referring to me actually entering either mysite.co.uk or www.mysite.co.uk direct in the address bar, not via Google.
      Hopefully Bills solution will do the trick

      Comment


        #18
        Martin,

        from memory it will be
        Redirect permanent * http://www.yoursite.co.uk/*
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #19
          Martin,

          Not tried Bill's suggestion but this is what we use to rewrite http:// as http://www.

          Code:
          RewriteEngine On
          RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
          RewriteRule ^(.*)$ http://www.domain.com/$1 [R,L]
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #20
            Thanks guys, I will try them both

            Comment

            Working...
            X