Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i change URL in configure.php?


Reckie

Recommended Posts

Ive finally transferred my domain name to the webhotel who hosts my site, so instead of a forward i now want to change the URL in the configure.php to the proper one.

 

However, when I do this the page does not load properly and just displays text and empty tables. Do i somehow need to find out the proper database URL now when the main site URL have changed or whats the problem?

 

In configure.php ive changed this:

define('HTTP_SERVER', 'http://www.hosting.net/~myaccount/');

 

to this:

define('HTTP_SERVER', 'http://www.mydomain.com/');

 

 

Do i somehow need to change this too now when ive edited the HTTP_SERVER?

define('DB_SERVER', 'sql4');

 

Do i have to edited something else to make it work properly?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...