Forums » eXtplorer & Joomla! »
Need help changing file directory
Added by Nathan Young over 10 years ago
The FAQ says I need to change
$GLOBALS['home_dir']
to
$GLOBALS['home_dir'] = '/my/real/homepath';
In this instance, what is '/my/real/homepath';?
Replies (4)
RE: Need help changing file directory - Added by Sören Eberhardt-Biermann over 10 years ago
The directory where your extplorer installation resides...
In which directory have you installed it?
RE: Need help changing file directory - Added by Nathan Young over 10 years ago
I'm more asking how do I write it. Do I have to start with an IP code? I am having to change these details because eXtplorer is showing a different directory than the one it is actually installed in.
RE: Need help changing file directory - Added by Sören Eberhardt-Biermann over 10 years ago
If you're on a Unix/Linux System your web directory probably starts with
/var/www/....?
Maybe
$GLOBALS['home_dir'] = '/var/www/extplorer';
RE: Need help changing file directory - Added by chitti babu over 9 years ago
I also want to change the file directory how to change it in extplorer