ah..
ok thaht make something clear..
at least I have to say that it has nothing to do with SSL, but you have to change your apache configuration.
And add a .htaccess file.
log in as root
to edit your configuration:
the I-bay sections ->
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
then do
cp /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess10primary /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess10primary
then edit /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess10primary with your favorite editor
find the lines with "AllowOverride None"
And change this to "AllowOverride AuthConfig"
add this block:
anywhere in the file
Order allow,deny
Deny from all
This was the configuration for the primary site.
The Ibays configuration is almost the same
cp /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays
then edit /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays with your favorite editor
find the lines with "AllowOverride None"
And change this to "AllowOverride AuthConfig"
Now you have to regenerate the config file.
do this by entering the following command
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
now you have to restart the server, do it by:
/etc/rc.d/init.d/httpd restart
for a sample of htaccess look at
http://www.koethe.net/htaccess.html