Redirect Permanent on Blog Specific Sites
-
Hi everyone,
I am working with a multi-site network installation of WordPress that was set up with subdomains and has Domain Mapping on the sites.
One of the sites just created was a static site before and in the httpd.conf on the server there was a line on the virtual host for that site like the following:
RedirectPermanent /something “https://something.domain.com/something”
However since this site now is part of the Multi-Site I had to move the site ServerName and all its aliases under the <VirtualHost> of the Multi Site on the httpd.conf which means the site URL and all its aliases are now ServerAlias of the WordPress Multi Site.
How can I target that specific site URL in order to still be able to do the same type of redirect that was happening before?
P.S On the old site there was no page called “something” it was purely if anyone typed that URL they would be redirected to the new URL.Thanks in Advance,
Vitor
- The topic ‘Redirect Permanent on Blog Specific Sites’ is closed to new replies.