whyme953 Established Member โ 20 โ Impact 1 Dec 7, 2005 453 views 2 replies #1 is it possible to have web root folder somewhere other than /apache/htdocs ? i.e. could i have apache installed in the C:/ directory but have the htdocs folder somewhere else, say in the D: drive? thanks
is it possible to have web root folder somewhere other than /apache/htdocs ? i.e. could i have apache installed in the C:/ directory but have the htdocs folder somewhere else, say in the D: drive? thanks
M mch Established Member โ 20 โ Impact 2 Dec 7, 2005 #2 Open the httpd.conf file and edit the following lines according to your needs: Code: DocumentRoot "D:/webstuff/whatever" [...a few lines after...] <Directory "D:/webstuff/whatever">
Open the httpd.conf file and edit the following lines according to your needs: Code: DocumentRoot "D:/webstuff/whatever" [...a few lines after...] <Directory "D:/webstuff/whatever">