How can I tell the path of the http directory on a server that creates virtual hosts? I have a dedicated server (my first one) running Linux that creates virtual hosts through Plesk. I am migrating a forum over to it. My problem is that I need to know the directory path to the forum. How do I determine this? It was simple on the shared hosting account; but on the server it is eluding me. thx,
Yes i can but what am I looking for? I see /var/www/html for domain root. Would that be it? What would the default path be if I were hosting "domain.com"?
Domain root would be it yes. My httpd.conf file has like 20 domains in it and my folders are structered like: /var/www/domain1.com/ /var/www/domain2.com/ Each virtual domain in httpd.conf obviosuly referencing to the corresponding folder.