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
Where to put php files in apache server?
How is session data stored?
How to create connection in php?
What is a static method php?
Which library is used in php to do various types of image work?
How can we determine whether a php variable is an instantiated object of a certain class?
What are the features of php 7?
What is the use of the function 'imagetypes()'?
Is PHP an open source software?
What is the meaning of symbol '$' in jquery?
What is php in simple words?
Do you know what does mvc stand for and what does each component do?
Explain me what is the meaning of a persistent cookie?
Where are sessions stored php?
How do you define a constant?