I set up a virtual host on my apache server and after restarting the server, it gives the warning: Starting httpd: Warning: DocumentRoot /www/html/platinum does not exist
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /www/html/platinum
ServerName www.platinum.com
ErrorLog logs/platinum.com-error_log
CustomLog logs/platinum.com-access_log common
can any one would help me to sort this out
/www/html/platinumexist? Does the Apache user have access to it? – Pekka 웃 Dec 21 '11 at 10:30