Daniel,
I take it you mean you used the redirect method? So, in your hosted site, you had example2.net as a folder?
What does the url look like when people go on to this site? Do they still see example.com/example2.net? Or just example2.net?
Is an “addon domain” yet another thing? Maybe a cPanel thing, which I don’t use. And the NS issue - well, if you’re just using the redirect method that doesn’t seem relevant. Maybe I’ve misunderstood.
Hi,
I was under the impression you were using cpanel from your posts, forgive my mistake.
For those that may stumble upon this topic - the ‘addon domain’ just lets you host an additional domain from your account. A directory is created under your main accounts public_html directory, but essentially all that happens is a relevant virtual host is created with the ‘server’ document root set as this path. Yes you can reach the site by visiting domain1.com/domain2.com/ (i’m sure some clever htaccess could deny this, if needed) however the main point of acces will be just domain2.com. There is no redirection involved.