wp-https-domain-alias icon indicating copy to clipboard operation
wp-https-domain-alias copied to clipboard

This plugin should also make all internal links root relative

Open ottok opened this issue 11 years ago • 0 comments

When users edit posts or create other content while using a HTTPS Domain Alias protected admin area, the urls in default WordPress will have the format 'https://site.example.com/wp-content/uploads/image.png' et cetera.

This is a problem when visitors visit the non-https protected http://site.com/ and there are references to https://site.example.com/.

This could be avoided if in all places there possible, this plugin would automatically re-write all absolute urls to root relative urls (e.g. 'https://site.example.com/wp-content/uploads/image.png' would be '/wp-content/uploads/image.png')

ottok avatar Sep 20 '14 13:09 ottok