[QUOTE=scriptcaser;39404]I basically force all http traffic to https on the server hosting the app and I think that’s safest. Problem is my /_lib URL which returns a blank page with https.
How do you handle this?
Also it’s obviously safer to use htaccess to prevent casual access to /_lib by unknown IP addresses but is it possible to rename _lib entirely in production SC so its far more difficult for a hacker familiar with SC architecture?[/QUOTE]
Didn’t tried with https, but if you problem is, when you access /_lib you finish on a blank page here /_lib/prod/lib/php/?login just try adding index.php before ‘?’ … like this /_lib/prod/lib/php/index.php?login
This fails too out of SSL