I’ve transferred a site from WAMP up to my hosting. The File Manager Path shows it is still set to my local WAMP directory - but what should it be? Can’t seem to find this info anywhere.
OK, I’ve got it.
/home/[user]/public_html/[mydomain]/
-
☆ A M B ☆
- 24,524 Posts
You can always find this information in the manger, Reports -> System Info, view phpinfo() to get the PHP information page, then scroll down to the bottom to the server information in the "PHP Variables" section; it’ll be in the _SERVER["DOCUMENT_ROOT"] or _SERVER["SCRIPT_FILENAME"] variables.
(well, usually, anyway, I did run across one host that blocked all access to phpinfo() for "security" reasons...)
Excellent, thank you for the tip.
Hey,
I have the same problem with the filemanager path in modx revolution on IIS, but the storage is distributed, so it doesn’t work with my path, something like: //DATA/path/to/site
Any suggestions?