Opened 12 years ago
Closed 12 years ago
#22427 closed defect (bug) (duplicate)
Media uploads tabs use wrong URL
Reported by: | developdaly | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.2 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
I have a reverse proxy setup to where server 1 is pointing example.com/blog at server 2 and I think it exposed a bug where the media tabs use the wrong URL. Additionally, WordPress is in a subdirectory /wp/.
I have this setup:
WP_HOME: example.com/blog/wp
WP_SITEURL: example.com/blog
... yet the media tabs use the URL: /wp/wp-admin/media-upload.php?post_id=1&TB_iframe=1&tab=gallery
when they should use this URL: /blog/wp/wp-admin/media-upload.php?post_id=1&TB_iframe=1&tab=gallery
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Screenshot of URLs