These are wrong ...
They should be:Code:define('DIR_WS_ADMIN', '/4dm1n1str4t0r/'); define('DIR_WS_CATALOG', '/'); define('DIR_WS_HTTPS_ADMIN', 'https:/4dm1n1str4t0r/'); define('DIR_WS_HTTPS_CATALOG', 'https:/');
NOTE: since you told everyone your secret Admin directory name ...Code:define('DIR_WS_ADMIN', '/4dm1n1str4t0r/'); define('DIR_WS_CATALOG', '/'); define('DIR_WS_HTTPS_ADMIN', '4dm1n1str4t0r/'); define('DIR_WS_HTTPS_CATALOG', '/');be sure to change it and re-do the file:
/your_secret_admin_dir/includes/configure.php


be sure to change it and re-do the file:
Reply With Quote

