Okay my question is how do i make it that when people enter my site they don't have to go xxxxxxx.com/joomla I thought you just changed the directory to (index) but it still didn't work, any help?
Important Joomla question
This is the new error im getting...
| Quote: |
| Warning: require_once(/home/gh0strec/domains/h3mapgrid.com/public_html/index/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home/gh0strec/domains/h3mapgrid.com/public_html/includes/joomla.php on line 71
Fatal error: require_once() [function.require]: Failed opening required '/home/gh0strec/domains/h3mapgrid.com/public_html/index/includes/version.php' (include_path='.:/usr/local/lib/php') in /home/gh0strec/domains/h3mapgrid.com/public_html/includes/joomla.php on line 71 |
what URL users are currently using and what URL you want them to use? (give URL even not available or not working -- may be imaginary)
| gh0strec0n_legit wrote: | ||
This is the new error im getting...
|
Try editing configuration.php and replace the absolute path on the variable mosconfig_absolute_path
e.g. $mosConfig_absolute_path = '/home/content/e/s/t/mysite/html';
e.g. $mosConfig_absolute_path = '/home/content/e/s/t/mysite/html';
