By default WordPress redirect visitors to signup page (wp-signup.php) if the entered subdomain/site does not exist. Fix this redirection by adding “NOBLOGREDIRECT” constant in wp-config.php, which is located in root folder of your WordPress installation.

define( 'NOBLOGREDIRECT', 'https://www.ebugg-i.com' );