I got to work on an already existing processwire project.
I downloaded the whole site folders (site + wire) and exported the database to my mac.
I'm using the php server to serve me the pages (with the command $php -S 127.0.0.1:8080) and indeed when I go to localhost:8080 I see the homp.php page.
The problem is that no matter what url I put after "localhost:8080" I keep getting routed to home.php page. If I click on a link to an outer site, I get there, but I can't get to any other pages in my site. Any ideas?
I'm Working on a mac with OSX.
(Also - this is my first web-developing project, so if you can be specific about any instructions regarding local servers I will appreciate it).