Can someone help me with my configure.php file
actually this lines about location on server, or where i can get this information?
define('DIR_FS_DOCUMENT_ROOT', '');*
define('DIR_FS_CATALOG', '');
Edit:
thanks all, should be like:
define('DIR_FS_DOCUMENT_ROOT', '/home/myusername/public_html/');
define('DIR_FS_CATALOG', '/home/myusername/public_html/');
actually this lines about location on server, or where i can get this information?
define('DIR_FS_DOCUMENT_ROOT', '');*
define('DIR_FS_CATALOG', '');
Edit:
thanks all, should be like:
define('DIR_FS_DOCUMENT_ROOT', '/home/myusername/public_html/');
define('DIR_FS_CATALOG', '/home/myusername/public_html/');
Last edited: