Forgive my ignorance, codeman05, but I'm a systems administrator, not an html wizard ...Figured out a solution.
Just put an .htaccess rule in /var/www/html seems to do the trick.
RewriteEngine On
RewriteCond %{SERVER_PORT} !443
RewriteCond %{REQUEST_URI} secure.php(.*)$
RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [R=301,L]