I followed the steps mentioned in virtual hosting. It is working.
When I type project1 in web browser it points to /var/www/project1/display.php
But after that I am facing a problem.
On display.php there is a link for another php page(addinput.php)
When I click on this link it does not jump to another page. After clicking on link, in URL it shows http://project1/addinput.php, but it does not redirect to addinput.php. Instead it remains on display.php.
I have included all the related php files in var/www/project1.
How can I solve this problem ?