[PHP] problem with SSL

2007-01-02 Thread afan
I know it's wrong place to post apache based question, but it's kind of
urgent and I'm not on any apache list. If anyone can please help me.

we (firm aI work for) purchased SSL certificate for our domain name with
w's (www.vernoncompany.biz). but, when try to get
https://vernoncompany.biz will get (of course) certificate error.

now, I'm trying somehow to every request for https://vernoncompany.biz
forward to https://www.vernoncomapny.biz. I'm assuming it's something to
do with apache config file (Apache 2.2).

Could somebody point me to the right direction? I checked the apache.org
but didn't find the answer.

Thanks.

-afan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] problem with SSL

2004-04-19 Thread adwinwijaya
Hello php-general,

Before, our project didnt use SSL mode and it work perfectly. But now,
when we want to use ssl mode, it didnt work as we expected..

for example, when I try to type https://localhost/ it display :
Fatal error: Cannot instantiate non-existent class: smarty in
/var/www/html/HOME/www/index.php on line 6

but it work perfectly without ssl mode (no warning at all).

and here is part of our HTTP configuration:


ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/html/home/www
ServerName home.com.au
ErrorLog logs/home-error_log
CustomLog logs/home_log common
DirectoryIndex home index.php index.html

AliasMatch .*/Images/(.*)   "/var/www/html/home/www/Images/$1"

Alias /images "/var/www/html/home/www/Images/"
Alias /Images "/var/www/html/home/www/Images/"
Alias /files "/var/www/html/home/www/files/"
Alias /plain "/var/www/html/home/www/plain.php/"
Alias /print "/var/www/html/home/www/print.php/"

Alias /Admin/_submit "/var/www/html/home/www/Admin/_submit/"
Alias /Admin "/var/www/html/home/www/Admin/go.php/"

Alias /Member/Correspondence/_submit 
"/var/www/html/home/www/Member/Correspondence/_submit/"

Alias /_submit "/var/www/html/home/www/_submit/"
Alias / "/var/www/html/home/www/home.php/"


AllowOverride All
Options Indexes






-- 
Best regards,
 adwin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php