Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Posts
    40
    Plugin Contributions
    0

    Default On shared host, all my pages except for the main show the wrong top level domain?

    Hi! I have a question. My site is www.hyosungsource.com .

    I am using shared hosting, I have another domain, www.jejubookswap.com, which is my main domain with my host.

    When I click into any page other than the front page, however, the URL shows up as www.jejubookswap.com/hyosungsource/page.html.

    Please help! Why in the world is it doing this? Is it an issue with my Zen config or with my host?

    Thanks,
    Sasha Shepherd

  2. #2
    Join Date
    Mar 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: On shared host, all pages except for the main show the wrong top level domain.

    Specifically, the problem is with the links on my page. I can still access www.hyosungsource.com/whateverpage.php - it is just that every link on the site points to jejubookswap.com/hyosungsource/whateverpage.php. Has anyone had this issue?

  3. #3
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: On shared host, all pages except for the main show the wrong top level domain.

    Quote Originally Posted by buddhaflow View Post
    Specifically, the problem is with the links on my page. I can still access www.hyosungsource.com/whateverpage.php - it is just that every link on the site points to jejubookswap.com/hyosungsource/whateverpage.php. Has anyone had this issue?
    You have it setup this way.

    Code:
    <base href="http://www.jejubookswap.com/hyosungsource/" />
    Look in /includes/configure.php and /admin/includes/configure.php and set the correct path.

  4. #4
    Join Date
    Mar 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: On shared host, all my pages except for the main show the wrong top level domain?

    Thanks! That got it. When I did that, I got the "configure.php is readable" warning..but running the chmod.php script in my base directory

    <?php
    chmod("includes/configure.php", 0444);
    chmod("admin/includes/configure.php", 0444);
    echo 'Completed'
    ?>

    fixed that right up. Thank you so much!

 

 

Similar Threads

  1. v151 Banners show in all pages, except for product pages. Help!
    By AquaticAddiction in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Mar 2014, 05:56 PM
  2. Banners: How can I show them on all pages EXCEPT home?
    By artjewl in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 4 Apr 2012, 03:04 PM
  3. Links use the server host, not the domain for the site
    By Cinlaenae in forum General Questions
    Replies: 6
    Last Post: 19 Nov 2010, 01:43 AM
  4. Top Level Category - Show ALL Products Option
    By stiggy100 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jan 2010, 04:59 AM
  5. Replies: 1
    Last Post: 17 Oct 2009, 11:50 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