Closed
Description
WordPress defaults to pretty permalinks during install if pretty permalinks can be tested successfully during WordPress install.
See:
- wp_install_maybe_enable_pretty_permalinks() is called here
- wp_install_maybe_enable_pretty_permalinks() tries a pretty permalink structure and tests with a wp_remote_get()
But the WP default in Playground is currently no pretty permalinks. This is unfortunate because features like built-in sitemap.xml support do not work when pretty permalinks are disabled.