Problema con OSCommerce - Cambiar Path

Saludos amigos, estoy haciendo la pagina de mi empresa en OsCommerce, y tuve el inconveniente de que en el hosting la parte /admin estaba ocupada, asi que tuve que cambiar el path en los configure.php
define('DIR_WS_ADMIN', '/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/{path to webroot}/httpdocs/admin/'); // absolute path required
change them to:
define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/{path to webroot}/httpdocs/catalog/admin/'); // absolute path required
»
- bitfrost's blog
- Login to post comments
- 3978 reads








Comentarios recientes
9 years 37 weeks ago
10 years 8 weeks ago
10 years 9 weeks ago
10 years 9 weeks ago
11 years 24 weeks ago
12 years 31 weeks ago
12 years 31 weeks ago
12 years 32 weeks ago
13 years 28 weeks ago
13 years 35 weeks ago