Results 1 to 4 of 4

Hybrid View

  1. #1

    Default Re: base href problem

    this is how my configure.php looks like....

    // Define the webserver and path parameters

    // HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com

    // HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com

    define('HTTP_SERVER', 'http://vest-auto.ro');

    define('HTTPS_SERVER', 'http://vest-auto.ro');



    // Use secure webserver for checkout procedure?

    define('ENABLE_SSL', 'false');



    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!



    // * DIR_WS_* = Webserver directories (virtual/URL)

    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)

    define('DIR_WS_CATALOG', '//'); here i can`t erase //

    define('DIR_WS_HTTPS_CATALOG', '//');



    define('DIR_WS_IMAGES', 'images/');

    define('DIR_WS_INCLUDES', 'includes/');

    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');

    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

  2. #2
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: base href problem

    define('DIR_WS_CATALOG', '//'); here i can`t erase //
    Here you have to erase '//'

    That needs to be just '/'
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #3

    Default Re: base href problem

    10x a lot
    i fix the problem.

 

 

Similar Threads

  1. v154 Is <base href tag necessary?
    By s_mack in forum General Questions
    Replies: 20
    Last Post: 9 Nov 2015, 03:43 AM
  2. SSL Problem (Base href???)
    By DaveS in forum General Questions
    Replies: 24
    Last Post: 4 Sep 2009, 06:23 PM
  3. Base HREF https issues
    By mikebackhouse in forum General Questions
    Replies: 38
    Last Post: 27 May 2009, 05:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg