Running a local server with php -S

I’ve got a test site I’m running locally, but creating a new collection fails. The error (from the console) is

http://localhost:8500/index.php?rest_route=/wp/v2/taxonomies/?type=tainacan-collection

I’m not using Apache or nginx, but simply running it from the CLI:

php -S localhost:8500

I’m guessing it might be related to URL rewrites or something to do with the local configuration. Any pointers?

Thanks!

1 curtida

Hi @tacman,
check your install permalinks (Tainacan Wiki), I think that might be the problem.