Top "Document-root" questions

The document root directory under which the current script is executing, as defined in the server's configuration file.

How to change xampp localhost to another folder ( outside xampp folder)?

How can I change my default xampp localhost c:xampp/htdoc to another folder i.e. c:/alan? When I …

localhost document-root
Where is the web server root directory in WAMP?

Also is the web server root directory the place where you put your site files and later acces them with …

server wamp document-root
Access a file which is located before / outside the server root directory?

I'm making an intranet for a post-sale customer service entreprise. Employee need to be able to upload img files to …

php document-root
Determining a website's 'root' location

I need some help with concepts and terminology regarding website 'root' urls and directories. Is it possible to determine a …

php path document-root base-url
select document root using jquery

I can select the body and html parts of the document using $('body') and $('html') respectively, but how do I …

jquery html jquery-selectors document-root
javascript site root

I have this site that I need to find the root folder / plus the actual folder its works out of. …

javascript path document-root
What is the best way to hide a websites folder/ directory files

If I would visit my website by "www.mysite.com/img/" I would see the following: Parent directory... folder1 folder2 …

file directory document-root
You don't have permission error in Apache in CentOS

I have installed apache 2.2 in centos 6. Everything worked fine when the apache folder was at its default location /var/www/…

linux apache centos chmod document-root
Apache multiple DocumentRoot

How can I have the following setup in apache? http://server/ABC/* should be served by /var/www/ABC/* http://…

apache configuration webserver httpd.conf document-root
Accessing files outside the document root with Apache

I have a project setup and i'm trying to access a file from a temp folder on the server. The …

linux apache ubuntu document-root