Hello all,
I have redirect my domain from one server to another.And my website has sub domain concept.Before redirection this was running well but when this redirected (nameserver) to another server my subdomain is not opening.But another which related with "www" is opening well.I am getting an error
" Network - DNS Lookup Error The address delh.mydomain.com cannot be found."
What is shoud to do. I have written my htaccess code is like
RewriteCond %{HTTP_HOST} ^subdomain.example.com$ RewriteRule (.*) /subdomain/$1 [L] Thanks