3
Thanx for your prompt reply.
Tried the script you suggested, this is the result:
// Use this script to get the physical root path of your server // Just upload this file to the main directory and point your browser to it //
http://your_xoops_directory/rootpath.php Your root path is c:/phpdev5/www/xoops
without string replace: c:/phpdev5/www/xoops
and this is the mainfile.php:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'c:/phpdev5/www/xoops');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://192.168.0.1:8000/xoops');
it looks correct or do I miss something?