Inserting images from media library issues
-
When editing pages or posts inserting any image from media library will do an HTTPS link to media, expected result – normal HTTP link
WP-HTTPS settings:
Force SSL Administration ON
Force SSL Exclusively ONURL Filters:
/cart/
/checkout/
/my-account/
/wp-comments-*Pages and posts are served by HTTP, but because admin area is HTTPS, media links are inserted as HTTPS, this is plugin issue, because if i just use FORCE_SSL_ADMIN without wp-https, all media links are inserted as HTTP (desirable behavior)
The topic ‘Inserting images from media library issues’ is closed to new replies.