Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    77
    Plugin Contributions
    0

    Shared hosting directory issue

    I am hosting a ZC installation for a friend on my godaddy hosting package.

    My site is like www.mysite.com and his is a folder under that like www.mysite.com/hissite. I have his domain set up to automatically go to the subfolder so when you type www.hissite.com you get www.mysite.com/hissite

    All of the functionality seems to be there just fine but you can still see www.mysite.com/hissite in the address bar after you click any link in the website or when you mouseover a link the www.mysite.com/hissite is shown in the status bar.

    How do I convince ZC that it is really seeing www.hissite.com and not www.mysite.com/hissite?

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Shared hosting directory issue

    you need to actually set up the config files this way and you need to make suere that it is an addon domain and not just a redirect
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Sep 2004
    Posts
    77
    Plugin Contributions
    0

    Default Re: Shared hosting directory issue

    I changed
    define('HTTP_SERVER', 'http://mywebsite.com');
    define('HTTPS_SERVER', 'https://mywebsite.com');
    to
    define('HTTP_SERVER', 'http://hissite.com');
    define('HTTPS_SERVER', 'https://hissite.com');

    and
    define('DIR_WS_CATALOG', '/hisfolder/');
    define('DIR_WS_HTTPS_CATALOG', '/hisfolder/');
    to
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    and all is well!

    Thanks!

 

 

Similar Threads

  1. Shared hosting question
    By KeCzajkowski in forum Customization from the Admin
    Replies: 1
    Last Post: 26 Sep 2011, 10:34 AM
  2. Loading time on 1and1 shared hosting
    By tonot in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Jul 2008, 11:27 AM
  3. Shared Hosting Problem
    By madmonkey in forum General Questions
    Replies: 0
    Last Post: 11 May 2006, 11:47 AM

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