I currently have a website at site.com and have WordPress installed in me website’s root folder. My website includes pages like:
- site.com
- site.com/page
- site.com/2015/10/01/post….
- site.com/login
- site.com/wp-content/uploads/…
I would like to move all WordPress files into one subdirectory for sanity and NOT CHANGE ANY publicly facing URLs. Other posts here and and the official support thread talk about “Giving WordPress its own directory” but require changing URLs:
- https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory (site.com will load the homepage, but all other publicly facing URLs change)
- Move wordpress to folder without changing urls (similar question but talks about install multiple blogs)
Please advise if this is possible.