Hi.
In files on the server I have directories "shop" and "wp". The hosting is configured that "shop" is being used by subdomain "shop.domain.com" and "wp" (which is a wordpress installation) is used by "www.domain.com".
I have copied /shop to /wp/shop. Both installation at this point use the same database. The I opened "shop.domain.com/backend" and configured "host" from shop.domain.com to www.domain.com and "path" to /shop.
At this point I am able to open the shop at "www.domain.com/shop" as well backend at "www.domain.com/shop/backend", but the system get 404 on a lot of tries to get important resources from the server.
What am I doing wrong and how can I do what I want?