brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

dot in url #43

Closed tasinttttttt closed 6 years ago

tasinttttttt commented 6 years ago

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 ?

pqml commented 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

pqml commented 6 years ago

This is now supported in the new release