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
- 3788 reads
Comentarios recientes
8 years 26 weeks ago
8 years 50 weeks ago
8 years 50 weeks ago
8 years 51 weeks ago
10 years 13 weeks ago
11 years 21 weeks ago
11 years 21 weeks ago
11 years 22 weeks ago
12 years 18 weeks ago
12 years 25 weeks ago