configure.php

Status
Not open for further replies.

zhenek

New Member
Messages
1
Reaction score
0
Points
0
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/');
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
thanks all, should be like:


define('DIR_FS_DOCUMENT_ROOT', '/home/myusername/public_html/');

define('DIR_FS_CATALOG', '/home/myusername/public_html/');

Hi zhenek,

Now that you have fixed your own issue, I am going to close this ticket to mark it as resolved. Feel free to create a new support ticket if you need more help or have any additional questions.

- Adam
 
Status
Not open for further replies.
Top