I dont think permissions come into play with the built in PHP server, but I could be wrong. Is the .htaccess file is in place? thats usually the main reason that sub pages do not work. You may need to show invisible files to see it which i think can be done in finder with cmd + .
Yes, it’s in place.
I haven’t tried fiddling with it yet…
Also, links to subpages are working (which is usually how I figure out there’s a problem with .htacess…)
Well usually permissions are fixed with chown on a server by setting to the group and user to the correct values, but I dont know what they should be for the basic built in php server.
I’ve literally just downloaded the zip, unzipped it and ran PHP…
Also, when I navigate the panel, I can’t see the images either and I get this weird error when clicking an image :
Yes i just tried it myself and i get same thing. I would suggest using something a little more robust like MAMP or Valet. The reason the images are not showing up is becuase they are missing, not just bad links. The media folders are empty. It doesnt seem to be generating thumbs, which i guess could be a permissions thing.
I used this method to set folder permissions to read & write "This page is not writable"
But now, I’m starting it’s not necessarily a permission problem but something else entirely…
Thanks for the help anyways…