1
Hi
I've successfully installed "Fox Server" on my local computer and am trying to install a copy of my XOOPS site on it. (Fox Server is a MySQL/PHP/Server Package for running php/mysql sites locally.)
I've copied the database to it and all the files.
I know I have to edit the mainfile.php but what do I put for the ('XOOPS_ROOT_PATH', '/XXXXXXXXX'); ???
The url for the localhost on my machine is
http://localhost/For the XOOPS url I put ('XOOPS_URL', 'http://localhost'); .. which I "think" is correct.
I tried putting just localhost as the root path as well .. that is ...
('XOOPS_ROOT_PATH', '/localhost');
but I get the error message of "XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run."
On an online server it would be something like ..
('XOOPS_ROOT_PATH', '/home/user/domains/mysite.com/public_html');
Anyone know what the root path is on a local machine?? I mean .. I don't have a "domain name" on it or anything.
Thanks