what do you mean by webserver's document root?

Answers were Sorted based on User's Feedback



what do you mean by webserver's document root?..

Answer / 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

what do you mean by webserver's document root?..

Answer / bharani

assume if we run like this
localhost/test/test.php

then the output is

c:\xampp\htdoc

Is This Answer Correct ?    10 Yes 5 No

what do you mean by webserver's document root?..

Answer / chetan

what is server root of web server

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More PHP Interview Questions

What is restful api?

0 Answers  


How to convert a json string to an array in php?

0 Answers  


Difference between $message vs. $$Message in php.

0 Answers  


Why we use get in php?

0 Answers  


What is filter_var?

0 Answers  






What is php and its advantages?

0 Answers  


What is the difference between super () and this ()?

0 Answers  


Tell me what is pear?

0 Answers  


In mail($param1, $param2, $param3, $param4), the $param2 contains__

1 Answers  


I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.

2 Answers  


Can we override static method in php?

0 Answers  


What’s the difference between htmlentities() and htmlspecialchars()?

0 Answers  


Categories