Hi,
My catalog frontend is working fine after insatllation but i see the blank page when i try to access www.mysite.com/catalog/admin. My account name is "abc". When i do ftp, i see the account name "abc" instead of "html". The admin is located in the "abc/catalog/admin". Please let me know where am i doing mistake.
Below is my admin configure.php file code...
define('HTTP_SERVER', 'http://www.mysite.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.mysite.com');
define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/xxx/html/catalog/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/xxx/html/catalog/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
define('DIR_FS_CATALOG', '/home/xxx/html/catalog/'); // absolute path required
I would be greatful if someone help in this regards.





LinkBack URL
About LinkBacks











Bookmarks