HTTPS reqrite does not work
-
Good plugin!
I see it’s based on CDN Linker.
The HTTPS rewrite option does not work and here’s why:
In the file
cnd_enabler.class.phpyou’re usingget_option('siteurl')but that always retrieves the non-ssl blog url. You should use the functionget_site_url()so that it retrieves the blog url with or without ssl when appropriate and rewriting under each scheme works. Tested.So substitute all
get_option('siteurl')calls forget_site_url()and you’re good to go 😉Regards,
Túbal
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘HTTPS reqrite does not work’ is closed to new replies.