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
- 3807 reads
Comentarios recientes
8 years 31 weeks ago
9 years 3 weeks ago
9 years 3 weeks ago
9 years 3 weeks ago
10 years 18 weeks ago
11 years 26 weeks ago
11 years 26 weeks ago
11 years 27 weeks ago
12 years 23 weeks ago
12 years 30 weeks ago