WP is an addition to our site and the entire application needs to be in its own directory.
I do not want the index.php on the root level (i've seen that issue).
I keep getting this message no matter what variations of the code I have tried:
Warning: main(/blog/wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /web/blog/index.php on line 17
Fatal error: main() [function.require]: Failed opening required '/blog/wp-blog-header.php' (include_path='.:/usr/local/pkg/php-4.4.8/lib/php') in /web/blog/index.php on line 17
Initially I wanted to place the entire WP on a subdomain (blog.example.com) but this create an endless loop.
I would still like to do that, but will settle with its own directory (example.com/blog).
Please help, this is driving me insane.