Page 1 of 1

problem in config section

Posted: Mon Jun 30, 2008 12:30 am
by mustahid_ara
i cant understand what is "webroot and docroot" in config.php.
Please specify me.
mustahid ara

Re: problem in config section

Posted: Mon Jun 30, 2008 1:31 am
by alex.barylski
Usually they mean the same thing.

docroot is what your local apache configuration document root is ampped to.

Your server may have something like this:

Code: Select all

/var/www/htdocs
/var/www/public
When someone accesses your web site (http://www.mydomain.com) they will see files in your document root, such as index.html or index.php

Code: Select all

/var/www/htdocs/index.php