Replies: 0
Hi,
I’m looking to move my wordpress from /public_html/ to /public_html/home/ and I’m not sure on the correct steps, I’ve read the post https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory but this isn’t quite what I am trying to acheive.
I essentially want to have my /public_html/ folder tidy with only a few folders:
`/public_html/home/ (website.com)
/public_html/static/ (static.website.com)
/public_html/testing/ (testing.website.com)`
I have the following DNS rules setup in my cPanel:

I also have the following:

What do I need to do in order to move my wordpress across?
1) Copy wordpress files across to /public_html/home/?
2) Change the subdomain to point the document root to /public_html/home/
Anything else?