Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Administration Page url links incorrect


ciscochap

Recommended Posts

Posted

Hi,

 

Firstly, thanks to all the contributors here, without which my install would've been a true nightmare.

 

I'm using 2.2

 

Everything works fine.. even the administration page.. problem is if I click on the hyperlinks.. it assumes my admin directory is located at http://mysite.com/admin .. it is actually located at http://mysite.com/estore/admin

 

what file do i need to change manually? Please be as detailed as possible included example codes.

 

thanks in advance

Posted
/includes/configure.php

 

Wilk,

 

Could you be a bit more specific please, like paste a sample configure.php and show me where you would change the code?

Posted

this is aprox the way it should look

you probably installed /admin/admin

the actuak dir wou wanted to install is the secound dir

 

otherwise your path will have to be

 

whatever/admin/admin

as opposed to whatever/admin

define('HTTP_SERVER', 'http://stnick.cnw-designs.com'); // eg, http://localhost - should not be NULL for productive servers

define('HTTPS_SERVER', 'https://stnick.cnw-designs.com'); // eg, https://localhost - should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'http://stnick.cnw-designs.com');

define('HTTPS_CATALOG_SERVER', 'https://stnick.cnw-designs.com');

define('ENABLE_SSL', 'false'); // secure webserver for administration tool

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/htdocs/stnick'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/htdocs/stnick/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_FS_CATALOG', '/htdocs/stnick/catalog/'); // absolute path required

Archived

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

×
×
  • Create New...