I'm working on drupal 7.38.
I have my product placed in www directory of wampserver (C:\wamp\www\xyz)
The homepage is loaded with the url localhost\xyz but unable to navigate to any other page.
All the pages open with url localhost\about instead it should be localhost\xyz\about
I have checked the .htaccess file and done some work on clean url.
But the problem persists for a FEW pages. Specifically the home page logo.(it redirects to wampserver)
I have gone through some stuff about rewrite bases but unable to find the issue.