on a whm/cpanel server install, where is the hostname web folder located. ex. if hostname is svr1.server.com where is the web folder for that. i checked /root/public_html/ but that's not it
Asked
Active
Viewed 784 times
1 Answers
0
I can't remember offhand, but type httpd -S
and look for the configuration file, I think it's /usr/local/apache/conf/httpd.conf or similar. Copy the file path name type:
grep "DocumentRoot" /that/full/path/name
- it should tell you where the files are.

James L
- 6,025
- 1
- 22
- 26