page not found when https enabled
-
Hi, thanks for the great plugin.
my site is 100% https,
https://www.lightdrop.co.il/zap – page not found
I’m guessing its because the plugin is set to http://…/zap
couldnt find in the plugin editor how to fix this issue.
tried to remove the ‘: ‘http://’;’ from
$current_url = ( filter_input( INPUT_SERVER, 'HTTPS' ) === 'on' ) ? 'https://' : 'http://';but it crashed.
can you help ?
thanks.
The topic ‘page not found when https enabled’ is closed to new replies.