This method still requires that I use wordpress’ index.php; what I need is to have the static, non-wordpress index.php load when people visit my site but still have blog functionality – and I also need WP in the root in order to have multiple domains run from the same setup.
My current setup is that I have my non-WP site in the root, and I use WP in a subdirectory. For reasons unknown, I can’t run multiple domains from that subdirectory; WP requires the installation be in the root (which is extremely aggravating!)
How can I get the two programs to run side-by-side without interfering with the existing, non-WP index.php?