Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    24
    Plugin Contributions
    0

    Default Link not showing up properly

    Hi there, just installed and customized zencart, i notice that all my links work properly, except that instead of showing up as http://www.websitename.com, it just shows http://websitename.com. the "www" is missing. Any ideas to enlighten me? Thanks.

  2. #2
    Join Date
    Mar 2004
    Posts
    684
    Plugin Contributions
    0

    Default Re: Link not showing up properly

    In your includes/configure.php you must have the
    define('HTTP_SERVER', 'http://websitename.com');
    should be:
    define('HTTP_SERVER', 'http://www.websitename.com');
    if you want the site to show the www.

  3. #3
    Join Date
    May 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Link not showing up properly

    thanks Marg, i just tried it, also changed the configure.php in admin/includes/configure.php as well. still the same. anywhere that i missed?
    Last edited by akumi; 13 May 2008 at 02:44 PM.

  4. #4
    Join Date
    May 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Link not showing up properly

    update! the moment i change it and upload the file, it changes back and remove my "www" in the configure.php file

    Weird huh?

 

 

Similar Threads

  1. Category Descriptions With Subcategories Not Showing Properly
    By jmellon in forum Templates, Stylesheets, Page Layout
    Replies: 25
    Last Post: 23 Sep 2009, 02:02 PM
  2. firefox not showing links properly
    By surfstu in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Aug 2006, 03:12 PM
  3. information box not showing properly in explorer
    By praiseandplay in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Aug 2006, 03:01 AM

Bookmarks

Posting Permissions

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