First of all, forgive me for being a newb. I have tried to do my homework on this but am still stumped.
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
http://codex.wordpress.org/Moving_WordPress
http://codex.wordpress.org/Create_A_Network
Here is what I would like to do:
http://www.mysite.com/jobs <--WordPress Job Manager Plugin
http://www.mysite.com/blog <--WordPress Blog and Install
http://www.mysite.com <--Not managed by WordPress
So far the closest I have come to this is:
http://www.mysite.com/blog/jobs <--Wordpress Job Manager Plugin
http://www.mysite.com/blog <--Wordpress Blog and Install
http://www.mysite.com <--Not managed by WordPress
WordPress address (URL): http://www.mysite.com/blog
Site address (URL): http://www.mysite.com/blog
I tried changing the Site address to http://www.mysite.com - which moves the jobs manager directory to where I want it (www.mysite.com/jobs - however it is not functional). But when I go to http://www.mysite.com/blog I get "Not Found". I'm guessing this happens because there is no WordPress index.php file at http://www.mysite.com - but I can't put it there because it will overwrite my index.php (don't want WordPress managing anything besides http://www.mysite.com/jobs and http://www.mysite.com/blog).
Do I have to create a network of sites (Multisites) to achieve this? Would another solution be to use WordPress to manage the entire site?
Thanks ahead of time for the assistance!