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 ?

link|improve this question
Did you forget to include some link? What are the above steps? – Khaled Jan 25 at 12:07
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.