Jump to content



Latest News: (loading..)

- - - - -

Uploading osCommerce to a host.


This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1   syscon

syscon
  • Members
  • 268 posts

Posted 28 September 2002 - 11:44 PM

Uploading osCommerce to a host.
My osCommerce is up and running on my internal server
http://sysconcept.ath.cx/

But when I try to upload it to a host this is what I get:
http://216.180.225.130/~concept/

We have modified the only two files:
/catalog/includes/configure/php
/catalog/amdin/includes/configure/php

Are there any other files we need to modify, any input is appreciated.

Regards,
Joseph :idea:

#2   burt

burt

    Code Monkey

  • Community Team
  • 7,871 posts

Posted 29 September 2002 - 09:54 AM

My first thought was that the page is not parsing PHP, but a quick look at your server shows that it is OK...
Initiating server query ...

Looking up the domain name for IP: 216.180.225.130

The domain name for the IP address is: aruba.dnsvault.com

Connecting to the server on standard HTTP port: 80

[Connected]  Requesting the server's default page.

The server returned the following response headers:

HTTP/1.1 200 OK

Age: 0

Date: Sun, 29 Sep 2002 09:48:47 GMT

Content-Length: 1

Content-Type: text/html

Connection: close

Server: Apache/1.3.26 (Unix) mod_log_bytes/0.3 mod_bwlimited/1.0 PHP/4.2.2 FrontPage/5.0.2.2510 mod_ssl/2.8.9 OpenSSL/0.9.6b

Last-Modified: Mon, 26 Aug 2002 15:39:52 GMT

ETag: "345c9-1-3d6a4bc8"

Via: Removed [burt]

Query complete.
So that isn't a problem.  Next I tried to access your shop directly:  http://216.180.225.130/~concept/default.php and this is working OK (though all of your stuff is anchored to "localhost").

So I think that you should start over - basically upload a blank copy of OsCommerce and use the install directory to correctly configure and install it on your box.  Then backup your MySQL from localhost and use phpmyadmin to replace the file on your "live" box.  And then your ready to go gold...

Hope that all makes sense...