How to enable WordPress to have multiple sites without a re-direct
Posted
by
user57039
on Server Fault
See other posts from Server Fault
or by user57039
Published on 2010-10-13T18:43:28Z
Indexed on
2011/01/05
20:55 UTC
Read the original article
Hit count: 166
I'm using WordPress to manage my site and when the site does a re-direct, it slows down performance.
For example, WordPress allows you a single default site, www.mycompany.com. If a user goes to mycompany.com, WP will re-direct it www.mycompany.com. Is there a way to configure WP so that it will listen on both www.mycompany.com and mycompany.com without redirects. The redirects are causing performance hits to the site.
© Server Fault or respective owner