Closed tasinttttttt closed 6 years ago
The issue may comes from the PHP built-in server. It doesn't use apache and can't handle dots in url (https://github.com/flokosiol/kirby-translations/issues/10#issuecomment-337919235)
You can use the proxy option in the main.config.js
file to proxy a real php + apache local server
This is now supported in the new release
I get a 404 when trying to access urls like
localhost:8080/foo.bar/
.I've found some links about disabling the dot rule in the devserver here but I can't find information about how to implement this in the php server...
Any Ideas ?