Wanwan Posted November 1, 2005 Posted November 1, 2005 Hi, I need anyone here can help me interprete some of the code in catalog\includes\configure.php , so that I can change the setting to match my hosting servers. the following code is from the catalog\includes\configure.php define('HTTP_COOKIE_PATH', '/catalog/'); --- I need explaination on this code. ????? define('HTTPS_COOKIE_PATH', ''); --- I need explaination on this code. ????? define('DIR_WS_HTTP_CATALOG', '/catalog/'); --- I need explaination on this code. ????? define('DIR_WS_HTTPS_CATALOG', ''); --- I need explaination on this code. ????? define('DIR_FS_CATALOG', 'C:/XAMPP/apachefriends/xampp/htdocs/catalog/'); --- I need explaination on this code. ????? So far I have figured out the rest. Please help me, let me know how to set the path above, so I can change the DIR that match my hosting servers. This is my first time setup a osComm page, or anyone here could show me a way to setup the configure.php ???? Wanwan -- %_%_
Jack_00 Posted November 1, 2005 Posted November 1, 2005 Hi, I need anyone here can help me interprete some of the code in catalog\includes\configure.php , so that I can change the setting to match my hosting servers. the following code is from the catalog\includes\configure.php define('HTTP_COOKIE_PATH', '/catalog/'); --- I need explaination on this code. ????? define('HTTPS_COOKIE_PATH', ''); --- I need explaination on this code. ????? define('DIR_WS_HTTP_CATALOG', '/catalog/'); --- I need explaination on this code. ????? define('DIR_WS_HTTPS_CATALOG', ''); --- I need explaination on this code. ????? define('DIR_FS_CATALOG', 'C:/XAMPP/apachefriends/xampp/htdocs/catalog/'); --- I need explaination on this code. ????? So far I have figured out the rest. Please help me, let me know how to set the path above, so I can change the DIR that match my hosting servers. This is my first time setup a osComm page, or anyone here could show me a way to setup the configure.php ???? // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) Filesystem its like the real path in your machine *server /home/YOUR_ACCOUNT/public_html/catalog and WS could be the address after your domain name its your directories in your web server.... /catalog if you have another question can write me back to [email protected] Cheers, Jack
Recommended Posts
Archived
This topic is now archived and is closed to further replies.