Link generation with ssl-proxy
-
We are using a ssl-proxy to access our wordpress installation.
The installation itself is located at
https://www.my-domain.com/wordpress
To use the proxy the following address is required:
https://ssl-proxy-com/www.my-domain.com/wordpress
Configuration of ‘WordPress address (URL)’ in ‘General Settings’ is:
https://ssl-proxy-com/www.my-domain.com/wordpress
Strange thing is that some actions (in the backend) work and others don’t. Just one example:
When I want to insert an image using the ‘Media Library’ I get the following:
“The requested URL /wordpress/wp-admin/media-upload.php was not found on this server.”The GET request that is being sent is the following:
https://ssl-proxy-com/wordpress/wp-admin/media-upload.php?post_id=5&type=image&tab=library
The part ‘www.my-domain.com’ after the domain missing.
Seems like link generation is not (always) based on the ‘General Settings’Is this a common problem?
If yes, is there a workaround?
- The topic ‘Link generation with ssl-proxy’ is closed to new replies.