Redirect sub-domains?
-
Hi and thank you for your good plugin.
However, I would like to redirect
http://en.domain.com/plan-de-site/
to
http://en.domain.com/sitemap/But only for the en. subdomain
And we also have different redirections to do for the es. , it. etc.
In a traditional .htaccess it would looks like something like this:
RewriteCond %{HTTP:X-GT-Lang} en
RedirectMatch 301 /plan-de-site/(.*) /sitemap/$1
The topic ‘Redirect sub-domains?’ is closed to new replies.