The absolute path we need to operate correctly cms joomla, this value can put it in configuration.php that we find in all installations of joomla CMS, so here's an example:
$ MosConfig_absolute_path = '/ home / joomla / public_html';
We often do not know exactly what the path of the directory on the server where we are to solve the mystery, just create a php file within the following code:
\u0026lt;?
php $ path = getcwd ();
echo "Your Absoluthe Path is:" echo $ path
;
?>
Now just load the file you just created via FTP and run it via a browser, we will print the path of this total.
0 comments:
Post a Comment