Skip to main content

Script Settings Configuration Question

Comments

4 comments

  • SysSachin
    You can check your directories path through cPanel file manger. Login your cPanel and check your index.php path through File manger.
    0
  • jehosting
    I guess what I'm trying to say is I don't understand what filesystem directories and webserver directories are. so I don't know how to define it to the script and type in where those directories are located.
    0
  • rpvw
    * DIR_FS_* = Filesystem directories (local/physical)

    This will be the absolute file path on the server eg /home/username/public_html/folder-you-installed-the-script-to/file So the admin folder may be something like: _FS_ADMIN', '/home/username/public_html/catalog/admin/'
    // * DIR_WS_* = Webserver directories (virtual/URL)

    This is the path relative to your web root eg /folder-you-installed-the-script-to/file So if you installed the application into the /calalog/ folder it would look something like : _WS_CATALOG', '/catalog/' Please note: examples given are from an old OSCommerce script - newer versions, or other applications, may differ in their usage and syntax
    0
  • cPanelMichael
    Hello @jehosting, The previous post should help to answer your question. Let us know if you require any additional assistance. Thank you.
    0

Please sign in to leave a comment.