Announcement

Collapse
No announcement yet.

Incorrect image path after loggin in.

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

    Incorrect image path after loggin in.

    I am building a site with Developer 6.1.4 that has a login. Once I login the bb000013.pl file runs the catalog. However, my images are not showing up because the path has them coming from the cgi-bin rather than the acatalog. I have reconfigured my network settings dozens of times. Any suggestions?

    Here they are:
    HTTPPROXYMODE 0
    HTTPPROXYADDRESS
    HTTPPROXYPORT 80
    HTTPPROXYUSER
    HTTPPROXYPASSWORD
    FTPPROXYMODE 0
    FTPPROXYADDRESS
    FTPPROXYPORT 21
    FTPPROXYUSER
    FTPPROXYPASSWORD
    SCRIPTID 13
    SCRIPTEXT .pl
    SMTPHOST mail.winestuffdirect.com
    WEBSITEURL http://www.winestuffdirect.com/
    IGNOREPASSIVEERRORS true
    USERELATIVECGIURLS false
    PATHTOPERL /usr/bin/perl
    CATALOGURL http://www.winestuffdirect.com/acatalog/
    CGIBINURL http://www.winestuffdirect.com/cgi-bin/
    PATHFROMCGITOCATALOG ../acatalog/
    CODEBASE ./
    FTPHOST www.winestuffdirect.com
    FTPUSERNAME winestuffdir
    FTPPASSWORD ******
    PATHTOCGIBIN /web/cgi-bin/
    USEPASSIVEFTP true
    FTPPATHFROMCGITOCATALOG

    #2
    Hi there.

    I have viewed the source of you page, it appears that the BASEHREF is missing from your primary template.

    Try inserting <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/> under the </TITLE> Tag in your primary template.

    Don't forget to make a backup of your template before making any changes.

    Hope this helps.
    Darren

    SellerDeck

    www.sellerdeck.co.uk

    Comment


      #3
      Darren,

      Thank you that worked!!!!!!

      Comment

      Working...
      X