i cant understand what is "webroot and docroot" in config.php.
Please specify me.
mustahid ara
problem in config section
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: problem in config section
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:
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
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/publicCode: Select all
/var/www/htdocs/index.php