With an Apache/mod_rewrite system, you can demand that a page/pages/directory structure must be accessed via https:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule cgi-bin/.* https://%{HTTP_HOST}%{REQUEST_URI} [R]