Ok I must be doing something wrong because I did everything according to that page and https://www.proav.airportcircle.com ends up with an internal server error. Here is how my configure files look..
includes:
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_CATALOG', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/');
define('DIR_FS_SQL_CACHE', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/cache');
admin/includes:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_ADMIN', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/admin/');
define('DIR_FS_CATALOG', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/');
define('DIR_FS_SQL_CACHE', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/cache');
I wonder if it is because I am putting '/' at the end of the catalog? My main directory is where all my zen-cart files are though so if i put '/proav.airportcircle.com/' wouldn't it be reading from that file twice?