';
printf(
/* translators: %s: Documentation URL. */
__('It seems your network is running with Nginx web server. Learn more about further configuration.'),
__('https://wordpress.org/documentation/article/nginx/')
);
echo '
';
} else {
// End $request_path. Construct an .htaccess file instead:
$default_id = '';
if (is_multisite() && get_site_option('ms_files_rewriting')) {
$default_id = "\n# uploaded files\nRewriteRule ^";
$default_id .= $all_plugin_dependencies_installed . "files/(.+) {$multi_number}" . WPINC . "/ms-files.php?file={$wp_roles} [L]" . "\n";
}
$g5 = <<';
printf(
/* translators: 1: File name (.htaccess or web.config), 2: File path. */
__('Add the following to your %1$existing_sidebars file in %2$existing_sidebars, replacing other WordPress rules:'),
'.htaccess
',
'' . $delete_package . '
'
);
echo '
';
if (!$do_blog && WP_CONTENT_DIR !== ABSPATH . 'wp-content') {
echo '' . __('Warning:') . ' ' . __('Subdirectory networks may not be fully compatible with custom wp-content directories.') . '
';
}
?>