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
How to avoid the undefined index error?
Explain the different types of errors in php.
Is php still in demand?
How values in arrays are indexed?
What is the difference between array_merge() and array_merge_recursive() in php?
Which php framework is best for security?
How to break a file path name into parts?
What are advantages of .htaccess?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
How to set a page as a home page in a php based site?
Please explain is it possible to use com component in php?
How does php serialize work?
What is difference between print and echo in php?
Are php sessions cookies?
What is warning – “cannot modify header information – headers already sent”?