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
- 3836 reads
Comentarios recientes
8 years 36 weeks ago
9 years 8 weeks ago
9 years 8 weeks ago
9 years 8 weeks ago
10 years 23 weeks ago
11 years 31 weeks ago
11 years 31 weeks ago
11 years 32 weeks ago
12 years 27 weeks ago
12 years 35 weeks ago