Using dot instead of hyphen on page uri

I want to create subpages with domains like that:

/root/details/getkirby.com
/root/details/google.com
/root/details/facebook.com

But panel converting dot to hyphen: getkirby.com > getkirby-com

Possible change to dot?

Yes, it is possible, but not using the Panel. You can edit pages with dots in the slug though.
It seems like a bug that the Panel overrides the custom URL with a validated one.

But I don’t really recommend using dots in general anyway. They had a completely different behavior in Kirby 1 (everything after the dot was ignored) and a dot in paths is mostly used for file extensions, so using them for TLDs could, in theory, break stuff.

1 Like