Announcement

Collapse
No announcement yet.

Hard Coding

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

    Hard Coding

    I don't know if I'm missing something here but I'm trying to hard code section menus and I keep wondering:

    1) do I have to use a format like
    http://mysite.com/cgi-bin/ss000001.p...html&NOLOGIN=1

    or could I not use the simple form of:
    http://mysite.com/acatalog/Section%5fPage%2ehtml

    Do I need the more complicated first code so that they still get taken to the right place even from the Secure checkout???

    2) I want to make the coding 'relative'. Do I have to put the http://mysite.com/

    or is there some way of coding section menu links so that if someone enters our site (we have multiple domain aliases) as http://anothersite.com when they click on the section menu link, they would keep the original domain alias in their url until they reach the checkout stage?
    Richard
    www.worldofenvelopes.com

    #2
    You are best not taking people through the cgi-bin but direct to the page for SEO purposes.

    I always use absolute paths (http://ww.site...) rather than relative (page.html) paths .. you shouldn't really be taking people from www.site1 to www.site2 in absolute paths


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X