Looking for some help with an issue that began today based on some updates to my site recently.
I took over management for an older site which was originally developed in WP. The public portion of the site (everything before a user logs in) was rebuilt outside of WP recently using all .html files. A few weeks ago, I rebuilt those same files using .php instead to add dynamic capabilities (I am more of a backend, php developer myself). I also updated my .htaccess file to drop the .php from files in the URL for cleanliness.
Starting this morning, the main site’s url began loading a very OLD index.php file from WP rather than the new index.php that I built a few weeks back. After talking to SiteGround support, they suggested the issue lie in the .htaccess file and redirects there. I disabled the redirects, and the site is now loading back to the index.html file in the interim.
Hoping someone could point me in the right direction of either entirely REMOVING the WP files or fixing my .htaccess redirects that are “pointing” to that old index.php?