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