Hallo David,
thanks for the answer. This does not fully cover my use-case.
I have the following general setings:
WordPress address (URL): http://example.org/wordpress1/wp
Site address (URL): http://example.org/wordpress
Page urls are now correctly generated for the backend and frontend.
Asset urls are still wrong. so the static style url is still:
/wp-content/themes/onesocial/css/admin.css?ver=1.1.4 instead of
/wordpress1/wp-content/themes/onesocial/css/admin.css?ver=1.1.4
http://prntscr.com/hb9kfi
The link to all media assets is also missing the folder “wordpress1”.
How can I solve this?
Thanks in advance,
Roland
Thanks a lot! Works like a charm now.