local web server document root folder
Posted by: jPaulB (---.cpe.net.cable.rogers.com)
Date: October 18, 2023 09:54PM

Hi Everybody,

Where is:

local web server document root folder

Many Thanks,
Paul

(If I wasn't so stupid, I wouldn't have to be so persistent)

Options: ReplyQuote
Re: local web server document root folder
Posted by: Otomatic (Moderator)
Date: October 19, 2023 08:42AM

Hi,

> local web server document root folder

This is the folder associated with the DocumentRoot definition of the VirtualHost you're using.

For example, for 'http://localhost/', it is :
DocumentRoot "${INSTALL_DIR}/www"
${INSTALL_DIR} is an Apache variable declared in the httpd.conf file and containing the Wampserver installation path, for example:
Define INSTALL_DIR E:/wamp64

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.