Answer Posted / devendrarjadav
Document Root is the webservers default directory from
which webserver serves the web documents according to
clients request. When we type website address in address
bar of browser. It displays the default document which we
have define with webserver configuration and it comes from
directory which we have defined as Document Root in web
server configuration.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is difference between core php and framework?
How to get complete current page url in php?
What is the php function that removes the first element of the array and returns it?
Explain what does the expression exception::__tostring means?
What is prepare in php?
Which is better mysql or sql?
What is the name of scripting engine in php?
What is multidimensional array in php?
What is the output of the following php code?
How to process the uploaded files?
How to find a substring from a given string in php?
What is beforeRender() used?
What is difference between print_r and echo in php?
Tell me how to execute an sql query? How to fetch its result?
Tell me what is mean by an associative array?