Okay.. I feel like what I'm about to suggest doesn't make sense since the site was working after installation, but- After installing and as recommended I changed the name of my admin folder. Can someone look at the follow code off my configure.php and tell me if I'm missing something from these admin lines? Could that be the problem?
define('DIR_WS_ADMIN', preg_replace('#^' . str_replace('-', '\-', $p1) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', preg_replace('#^' . str_replace('-', '\-', $p2) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_HTTPS_CATALOG', '/BMF/');


Reply With Quote
