I have a CodeIgniter website in my server root directory. This website does have a lot of pages approx ~2M to ~2.5M pages with lots of other functionality. However; now I have developed one WordPress multisite for my home page and another 12 landing page. I've used WPML for the same. now I need to accomplish the following structure,
domain.com -> My CodeIgniter website.
lp.domain.com -> WordPress multisite main site.
ex1.lp.domain.com to ex11.lp.domain.com -> for my 12 landing page.
Now, When I am migrating the WordPress installation to the subdomain then it's getting in a redirection loop.
Can anyone help me with a solution that I can do for the same?
Appreciate your help in advance
use a rewrite in the CI mainsite (after CI's rewrite script),
then a permanent redirect to,
and then in WP,
the live example is here with CI, https:// www.gsunitedtechnologies .com (subdomain : https:// blog.gsunitedtechnologies .com and the same host with a multisite wp network on https:// beatthedrumfor. com (subdomain: https:// in.beatthedrumfor. com)