External Domain Suspended

GoDaddy and NameSilo have .nl domains.

Well,
Ill go wait till its unsuspended and then ill be back here (change the nameservers ofc) and then ill be back because for sure there will be something wrong! :sweat_smile:

Alright, hopefully you can switch!

I can, because it kinda worked because i had the option to connect to my website with my main domain but then i got automatic redirected to my Subdomain

Try using a parked domain, it shows the same content as your website but doesn’t redirect.

Well, for me the .nl domain is working, however:

  • It is using an iframe to display bartsblogs.lovestoblog.com (<frame name="main" src="http://bartsblogs.lovestoblog.com/" scrolling="auto" noresize="">).
    And I don’t think it will work, because of the security system in place.
    Iframe redirect to Google - #2 by Admin
  • When I use dig, it shows you’re using nameservers from zxcs:
    image
    Try to change to the epizy nameservers, and removing the iframe (as @akshayan said, try using Parked Domain).
    I’m not entirely sure about any of this, but I think these are the main reasons.
4 Likes

I’ll wait for the response from the Host then ill change everything.
But 2 questions:
Can my domain get suspended for changing the nameservers to much in a day?

And how do i remove the iframe? :thinking:

The first question, you’re gonna have to ask your registrar.

If it does, you have a horrible domain registrar. The company you got the domain from should allow you full control over your domain, if they don’t, transfer it and give someone else your money.

The iframe is in the code to your website, possibly put there by your registar. Once you change your nameservers to epizy ones, you will have full control over your files (And the iframe will go away).

5 Likes

Give them your money instead, you would have full control.

If its not from the registrar what is then the reason my Domain got suspended? (Anyway people can connect (and i can on my phone) but not on my pc so that’s already fixed

Currently, nothing is suspended, and your custom domain is redirecting to your free subdomain.

5 Likes

I added my domain to a Parked domain.
It works but if i connect to the site it will also send me to my free subdomain.
That is not right i guess?

This is the intended behaviour

5 Likes

Ok,

I read that article.

Is there a way to connect my Domain to the same website as my subdomain without showing my Subdomain when connected?

Yes. You probably have a redirect setup somewhere. Can you share the contents of your .htaccess files?

3 Likes

Here is my .htacces (all i can see)

# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

What you want is known as “URL Masking”. “URL Masking” is usually done with a HTML page on the domain name which shows the target URL in an iframe. This used to work fine in the past, but with browser security getting increasingly improved, this will not work anymore.

1 Like

Are there any alternatives for me?

Due to security concerns. This is not a good practice

3 Likes