PDA

View Full Version : Absolute_path Joomla



giochiganzi
04-15-2008, 05:03 AM
I want to install a joomla site
What's $mosConfig_absolute_path on bluehost?
Thanx

silencox
04-15-2008, 05:52 AM
It is

$mosConfig_absolute_path = '/home/xxxxxxxx/public_html';
in case that you install joomla in root of your hosting space

or

$mosConfig_absolute_path = '/home/xxxxxxxx/public_html/joomla';
in case that you install joomla in subdirectory of your root

where xxxxxxxx in both case is your username


regards

TheWebHostingHero
04-15-2008, 09:05 AM
You can always use phpinfo() to get the absolute path to your account.