Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

config file?


sdk

Recommended Posts

I modiefied my url so I need to set the url for oscommerce again, that's covered in step 5? of the install procedure. In what file are the configurations saved? Cant find a .cfg or .conf maybe I'm searching for the wrong file in the wrong location?

Link to comment
Share on other sites

I modiefied my url so I need to set the url for oscommerce again, that's covered in step 5? of the install procedure. In what file are the configurations saved? Cant find a .cfg or .conf maybe I'm searching for the wrong file in the wrong location?

admin/includes/configure.psp

should be it

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

admin/includes/configure.psp

should be it

Ok thanks. Now I have another question. I just got a new hostname and want it to link to the old patch

 

like:

<VirtualHost *:80>
	ServerAdmin			 [email protected]
	DocumentRoot			I:/server/Apache/Apache2/htdocs/winkel
	ServerName			  sdk.mine.nu
	ServerAlias			 *.sdk.mine.nu
</VirtualHost>

 

(this is my old domain that I want to test)

currently I am using sdk.mine.nu/winkel/ and then it works

In tried to add this to apache so that when someone woudl type sdk.mine.nu it would go to the store.

However when I do this the store cannot load it's images. Probably because it tries to look at /winkel where that does not exist since it's already in /winkel.

 

 

current setup:

 

  define('HTTP_SERVER', 'http://sdk.mine.nu'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://sdk.mine.nu');
 define('HTTPS_CATALOG_SERVER', '');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', 'I:/server/Apache/Apache2/htdocs/winkel/'); // where the pages are located on the server
 define('DIR_WS_ADMIN', '/winkel/admin/'); // absolute path required
 define('DIR_FS_ADMIN', 'I:/server/Apache/Apache2/htdocs/winkel/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', '/winkel/'); // absolute path required
 define('DIR_FS_CATALOG', 'I:/server/Apache/Apache2/htdocs/winkel/'); // absolute path required

what should I do to the document root? because it should loose the store but also for the " located on server

????

 

edit:

what the...

 

when I change all url's to www.doesnotexist.com my site still works (!). It doesn't use the config.php at all:S.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...