1
I get the following error on browsing my site (lets say
http://www.mysite.org)
XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.
My XOOPS physical path is defined as:
// Example: define('XOOPS_ROOT_PATH', '/home/content/m/y/s/mysite/htdocs');
define('XOOPS_ROOT_PATH', '/home/content/m/y/s/mysite/htdocs');
I think the other definitions are correct on my mainfile.php .
How can i define the root_path correctly?
Also my current virtual path is defined as follows:
http://www.mysite.org/htdocs.
Should i leave it like that or should i just point it to
http://www.mysite.org. (FYI, I had initially created htdocs folder on the root and then copied all the htdocs folders including files into the root directory).
Looking for your help...please guide :)
Sam