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 set cookies?
Can php replace javascript?
How we can retrieve the data in the result set of mysql using php?
How to create and destroy cookies in php?
How long do php sessions last?
Applications written to provide a GUI shell for Unix and Linux are called
What is use of isset function in php?
What is the scope of a variable defined outside a function?
Tell me how can we define a variable accessible in functions of a php script?
How to get the length of string?
What does $_server mean?
What is difference between php and html?
Explain me difference between mysql_connect and mysql_pconnect?
What is the use of return in php?
How to convert the first character to upper case?