' . __( 'ERROR:') . ' ' . __( 'You cannot install a network of sites with your server address.' ) . '
' . sprintf( __( 'You cannot use port numbers such as %s.' ), $has_ports ) . '
Caution: We recommend you back up your existing wp-config.php and %s files.' ), '.htaccess' );
elseif ( file_exists( $home_path . 'web.config' ) )
printf( __( 'Caution: We recommend you back up your existing wp-config.php and %s files.' ), 'web.config' );
else
_e( 'Caution: We recommend you back up your existing wp-config.php file.' );
?>
wp-config.php file in %s above the line reading /* That’s all, stop editing! Happy blogging. */:' ), $location_of_wp_config ); ?>
web.config file in %s, replacing other WordPress rules:' ), $home_path ); ?>
.htaccess file in %s, replacing other WordPress rules:' ), $home_path ); ?>