ceolie Posted September 29, 2005 Posted September 29, 2005 They are from my admin/includes/configure file define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog'); // absolute path required define('DIR_FS_CATALOG', '/catalog'); // absolute path required I cannot log into my account even with the right password! However I was able to do it before I changed these around so not sure where i shouyld have slashes and where I should not! Ceolie
AlanR Posted September 29, 2005 Posted September 29, 2005 define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.