Forums / General Questions / Page not found errors

Page not found errors

Locked
Results 1 to 8 of 8
This thread is locked. New replies are disabled.
23 Nov 2010, 20:13
#1
james_dunstone avatar

james_dunstone

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Page not found errors

I have recently moved my site to a different web host and am experiencing some 'page not found' errors. If I type the following:

http://69.89.31.190/~palomapo/catalog/index.php? I get a page not found error.

However, if I type http://69.89.31.190/~palomapo/catalog/index.php?main_page=index The page displays as it should.

I am fairly inexperienced in the workings of zen cart and would appreciate any input.

Many thanks, James Dunstone.
23 Nov 2010, 20:24
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Page not found errors

I have recently moved my site to a different web host and am experiencing some 'page not found' errors.

What is the domain in your /includes/configure.php file for
  define('HTTP_SERVER', 'http://www.XXXXXXXXXXXX.com');
  define('HTTPS_SERVER', 'https://www.XXXXXXXXXXXX.com');

Is it
http://69.89.31.190/~palomapo

If not this is most likely the issue
23 Nov 2010, 21:00
#3
james_dunstone avatar

james_dunstone

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Re: Page not found errors

Yes, the configure file has http://69.89.31.190/~palomapo as the base address.

This is a preview address as the DNS pointers are set to www.palomapottery.com on another server.

I have also noticed the url http://69.89.31.190/~palomapo/catalog/bookmarks leads to a 404 page not found. This is a zen cart catagory which appears to be set up OK in the admin area.

James.
24 Nov 2010, 00:05
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Page not found errors

Yes, the configure file has http://69.89.31.190/~palomapo as the base address.

This works to preview a install for us
You might ask your host if there is an issue on their servers
24 Nov 2010, 00:13
#5
james_dunstone avatar

james_dunstone

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Re: Page not found errors

Some of the links on the preview page point to the live site palomapottery.com and can be somewhat confusing.

The URL http://69.89.31.190/~palomapo/catalog displays 'page not found' and all catagory links which relate to 'http://69.89.31.190 throw 404 page not found errors'

Have been on this for several days and am running out of ideas.
24 Nov 2010, 00:15
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Page not found errors

Some of the links on the preview page point to the live site palomapottery.com

Are these hard coded to the domain name?
Added:
Yes many are hard coded to the domain name
<div id="p_header">
	<ul id="p_nav">

    	<li class="home"><a href="http://www.palomapottery.com/index.php" title="Home">Recycled Glass Fused Ceramic Art</a></li>
    	<li class="products"><a href="http://www.palomapottery.com/catalog/">Recycled Glass Pottery Products</a></li>
    	<li class="process"><a href="index.php?main_page=page&id=1">Glass Fused Pottery Process</a></li>
    	<li class="about"><a href="index.php?main_page=page&id=2">About Paloma Pottery and Glass</a></li>
    </ul>
    
    <div id="navMain">
        <ul>

            <li><a href="http://www.palomapottery.com/index.php">Home</a> | </li>
                    <li><a href="http://69.89.31.190/~palomapo/catalog/index.php?main_page=login">Log In</a></li>
24 Nov 2010, 18:35
#7
james_dunstone avatar

james_dunstone

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Re: Page not found errors

I take it the hard coded links are going to give me problems ?

James
24 Nov 2010, 18:37
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Page not found errors

I take it the hard coded links are going to give me problems ?

Only for the temp location