Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 23024 invoked from network); 3 May 2004 23:22:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 23:22:31 -0000 Received: (qmail 48785 invoked by uid 500); 3 May 2004 23:22:01 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 48770 invoked by uid 500); 3 May 2004 23:22:01 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 48756 invoked from network); 3 May 2004 23:22:01 -0000 Received: from unknown (HELO smtp102.mail.sc5.yahoo.com) (216.136.174.140) by daedalus.apache.org with SMTP; 3 May 2004 23:22:01 -0000 Received: from unknown (HELO localhost) (adwinwijaya@144.132.186.174 with plain) by smtp102.mail.sc5.yahoo.com with SMTP; 3 May 2004 23:22:08 -0000 Date: Tue, 4 May 2004 09:22:09 +1000 From: adwinwijaya Reply-To: adwinwijaya Organization: fum X-Priority: 3 (Normal) Message-ID: <1692924725.20040504092209@yahoo.com.au> To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Alias doesnt work with SSL ? X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hello apache users, I have a problem with alias and SSL in Apache 2.0.47 (Fedora Core 1). here is part of my httpd.conf (the rest is not touched, same as default) ------------------------------------------------------------------- ServerAdmin omnix@omnix.se DocumentRoot /var/www/html/awillr/www ServerName awillr.com.au ErrorLog logs/awillr-error_log CustomLog logs/awillr_log common DirectoryIndex home index.php index.html AliasMatch .*/Images/(.*) "/var/www/html/awillr/www/Images/$1" Alias /images "/var/www/html/awillr/www/Images/" Alias /Images "/var/www/html/awillr/www/Images/" Alias /files "/var/www/html/awillr/www/files/" Alias /plain "/var/www/html/awillr/www/plain.php/" Alias /print "/var/www/html/awillr/www/print.php/" Alias /Admin/_submit "/var/www/html/awillr/www/Admin/_submit/" Alias /Admin "/var/www/html/awillr/www/Admin/go.php/" Alias /Member/Correspondence/_submit "/var/www/html/awillr/www/Member/Correspondence/_submit/" Alias /_submit "/var/www/html/awillr/www/_submit/" Alias / "/var/www/html/awillr/www/home.php/" AllowOverride All Options Indexes ------------------------------------------------------------------- This configuration works very well in environtment without httpd. let me explain how it work: first, if you type: http://www.myhomepage.com/name_directory/filename.php it will load home.php first, and then home.php will call the file /name_directory/filename.php but if i use SSL, it will call filename.php directly so it wont display correctly. note: home.php is the main template that I used for every page. can someone tell me how to solve this problem ? thank you regards adwin --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org