Follow-up to #1543858: Add a startup configuration for the built-in PHP server that supports clean URLs

Problem/Motivation

Running internal php-server php -S localhost:8888 for local hacking is very needed but when you visit edititing of any field it broken

Proposed resolution

Find the cause of failure & fix

Comments

andypost created an issue. See original summary.

Chi’s picture

This happens when a URL contains dots.
https://bugs.php.net/bug.php?id=61286.

Chi’s picture

BTW `drush run-server` works well with such URLs.
https://github.com/drush-ops/drush/blob/9.0.0-beta4/misc/d8-rs-router.ph...

bserem’s picture

This is not a follow-up of #1543858, it is what #1543858 is trying to solve.
The patch (58) in that issue eliminates the problem.

dawehner’s picture

Status: Active » Fixed

You are totally right. The config totally allows dots in the URL.

Chi’s picture

Status: Fixed » Closed (duplicate)

It's not fixed yet.