php - DocumentRoot entry is not working -


can please tell me why below entry not working , says file not found @ /www.abc.com/login/index.php. info - "www.abc.com" folder name.

<virtualhost *:80>  documentroot /srv/www/websites/www.abc.com/  servername 192.168.01.01  <directory "/srv/www/websites/www.abc.com/">  options followsymlinks  allowoverride  order allow,deny  allow  </directory> 

this entry in /etc/apache2/sites-available/default file.

i getting error (found in error logs):

file not exist: /srv/www/websites/www.abc.com/www.abc.com


Comments