I am fairly new to development and am working on an Angular project Which I have inherited from someone else.
I am currently trying to set up a development server and so, I copied all the build files generated using the ng build --prod (Angular command) from the production server and imported them to the development server.
After some apache configuration and making some changes to my hosts file, I tried entering the page i.e. pages.100pins.com which went well and everything seems to work. home page
But when i tried to change the url to pages.100pins.com/client/lrr/login, The requested URL /client/lrr/login was not found on this server.couldn't find
But the same url works fine when routed to the production server . picture of that
I feel that I am missing some critical element here but couldn't find any solution for this.
I need some help.