WordPress coexist with existing site code in php
-
Hi, I am using Nginx + PHP-FPM + MySQL stack.
I am struggling in mixing an existing site and WordPress. Eventually the existing site will migrate to WordPress, so I want the existing site keep as is and WordPress install in the same directory, and I am intent to enable Multisite function.
I search on the Internet to configure the site can run .html php code and WordPress under the same root directoy. However, if there is an index.html exists, the wordpress could not be load, Nginx always process index.html.
I want to see the old site if I type
https://example.com/index.html
and I want to see the wordpress site if I visit
https://example.com or https://example.com/index.php
Is it possible?
Thank you.
- The topic ‘WordPress coexist with existing site code in php’ is closed to new replies.