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

how to open & closing opening period in fico

0 Answers   NS,


what is the dirrence in PHP4 & PHP5 . ?

8 Answers  


What is Gd PHP?

0 Answers  


How can I learn php fast?

0 Answers  


Are php variables global?

0 Answers  






Is there any way to call a JAVASCRIPT function in PHP in AJAX

4 Answers  


Tell me how stop the execution of a php scrip?

0 Answers  


This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?

2 Answers   TCS,


What is the difference between md5(), crc32() and sha1() crypto on php?

0 Answers  


Explain me what are the 3 scope levels available in php and how would you define them?

0 Answers  


Why triggers are used in mysql?

0 Answers  


where to change in php.ini file for file uploading?

1 Answers  


Categories