Here I posted everything I changed here. This is obvioulsy the changes done in the admin/includes/configure.php file

define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_FS_ADMIN', '/var/www/html/admin/');
define('DIR_FS_CATALOG', '/var/www/html/');


I changed this into this:


define('DIR_WS_ADMIN', '/axcd2/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/axcd2/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_FS_ADMIN', '/var/www/html/axcd2/');
define('DIR_FS_CATALOG', '/var/www/html/');


But I still get the error?