Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Some pages not redirecting

    Hi i have set up a second site on my hosts but the problem im getting is that the site doesn't full redirect to my other domian.

    When you go to www.bearsshop.co.uk it will take you to the site to start with but when you click on anything it will change to royalteesclothing.bearsshop.co.uk.

    Anyone any suggestions of how to fix this?

    This was what my host said, which i looked at in my config file but when i change it screwed my site up so changed back until i got some help

    The links are due to the software ( if you check the page source they are hard coded ) rather than any server settings.

    you may be able to edit this inside the ZenCart config, or inside a config file somewhere for the shop!

  2. #2
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: Some pages not redirecting

    I would recommend creating a redirect through .htaccess or your cpanel.

    If you use a cpanel platform you can manage a redirect through this feature or if you have to redirect through manually made htaccess file

    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^bearsshop.co.uk$ [OR]
    RewriteCond %{HTTP_HOST} ^www.bearsshop.co.uk$
    RewriteRule ^/?$ "http\:\/\/www\.royalteesclothing\.co\.uk\/bearsshop\.co\.uk" [R=302,L]
    This is an example only there are many ways you can run these.

    You can place the above in a .htaccess file and see if it works. But it may not just give it a try see what happens. Place this file inside the root directory of bearsshop.co.uk ftp
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Some pages not redirecting

    I'd recommend that you fix the hard coded links and do it the right way rather than force a re-write for code that is written wrong ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Some pages not redirecting

    Be sure you have the correct url information in your two configure.php files. I made that mistake once....just last week.

  5. #5
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Some pages not redirecting

    Cheers now sorted with the redirect in my Cpanel. Just made sure i selected the Wild Card to redirect all with the same name.

 

 

Similar Threads

  1. v151 Some EZ pages are SSL and some are not
    By EHSI in forum General Questions
    Replies: 4
    Last Post: 2 Oct 2013, 08:45 PM
  2. Some pages do not show up...
    By yellowaircraft in forum Customization from the Admin
    Replies: 2
    Last Post: 26 Sep 2012, 09:41 PM
  3. Some pages not loading completely
    By mgmoore in forum General Questions
    Replies: 11
    Last Post: 26 Jul 2010, 08:59 PM
  4. blank pages. Not redirecting.
    By brekke00 in forum General Questions
    Replies: 10
    Last Post: 17 Dec 2009, 10:45 AM
  5. blank pages. Not redirecting.
    By paprbkwrtr in forum General Questions
    Replies: 45
    Last Post: 4 Oct 2008, 01:37 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