Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Missing the www from homepage url

    Hello there,

    I've created a store at http://www.selosfilatelia.com but when I get inside the categories or even link to the logo, the main page url changes to http://selosfilatelia.com and the www disappears.

    Why does this happen? How can I keep the www on all pages?

    Thank you,
    Pedro

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Missing the www from homepage url

    Post the top 20 lines of your /includes/configure.php file
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Missing the www from homepage url

    Hi Cobra, thanks for the fast reply!
    The first lines of the Configure.php are:

    // 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://selosfilatelia.com');
    define('HTTPS_SERVER', 'https://selosfilatelia.com');

    // 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', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Missing the www from homepage url

    Add the www to these paths and you should be good.

    define('HTTP_SERVER', 'http://selosfilatelia.com');
    define('HTTPS_SERVER', 'https://selosfilatelia.com');

  5. #5
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Missing the www from homepage url

    Hi again,

    I tried to edit the file but when I upload it via FTP I get the "553 Permission denied" error. Any hints?

    Thanks,
    Pedro

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Missing the www from homepage url

    Are you sure it's 553 ? That's an email error code.

    Check the permissions on that file on the server.

  7. #7
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Missing the www from homepage url

    Perfect results!
    I edited the permissions and then solved the problem.
    Thanks so much!

  8. #8
    Join Date
    Nov 2009
    Location
    Chicago, IL.
    Posts
    198
    Plugin Contributions
    0

    Default Re: Missing the www from homepage url

    Quote Originally Posted by pedro_aa View Post
    Perfect results!
    I edited the permissions and then solved the problem.
    Thanks so much!
    dont forget to change the permissions back.

 

 

Similar Threads

  1. Adding the www. to my URL?
    By discoverytdi in forum General Questions
    Replies: 3
    Last Post: 24 Jun 2011, 08:06 AM
  2. www missing from site in google - no idea why
    By Zek in forum General Questions
    Replies: 6
    Last Post: 9 Feb 2008, 04:31 PM
  3. www missing from URL
    By SpeedRacer in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 9 Oct 2006, 08:32 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR