WordPress Multisite subdirectories not allowed on new install?

You don’t need to do anything just past this code in your activated theme’s functions.php

add_filter( 'allow_subdirectory_install', '__return_true' );