Hey I just finished installing Apache 2 on my dedi and I dont know where to put my website files. /var/wwww/html doesn't exist, and when I try /usr/local/apache/htdocs it doesn't work either. Can someone shed some light on this? Thanks.
Forgot to say, my document root is DocumentRoot "/usr/local/apache/htdocs" As set in the Apache conf file.
In /var/www/html If you use cPanel is /home/username/public_html If it isn't any of those, open you your httpd.conf file in your apache/conf directory and find: "DocumentRoot" That is the path to it. EDIT: just saw you know your document root, just upload the files to that.
Create your docroot, upload your files. Or put the directory where you want, change your Docroot accordingly, and have apache re-read it's configuration. (probably apachectl graceful)