Redirect a deleted subdomain to the main domain
-
Hi,
I am simplifying my multi network and moved the nl.prevos.net content to https://www.prevos.net.
I adde a redirect in htaccss:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^nl.prevos.net$ [NC]
RewriteRule (.*) https://www.prevos.net/$1 [R=301,L]
</IfModule>But when I go to nl.prevos.net pages, the https://prevos.net/wp-signup.php?new=nl page appears.
The subdomain is somehow interpreted as a user.
I assume this has something to do with the Multi Network plugin.
If so, what is the solution?
The page I need help with: [log in to see the link]
- The topic ‘Redirect a deleted subdomain to the main domain’ is closed to new replies.