Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 73248 invoked from network); 13 Jan 2004 15:19:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Jan 2004 15:19:25 -0000 Received: (qmail 33173 invoked by uid 500); 13 Jan 2004 15:19:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33159 invoked by uid 500); 13 Jan 2004 15:19:07 -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 33146 invoked from network); 13 Jan 2004 15:19:06 -0000 Received: from unknown (HELO mail.profundis.se) (213.80.46.101) by daedalus.apache.org with SMTP; 13 Jan 2004 15:19:06 -0000 X-ITHouse-Forward-Path: Received: From PROFUNDIS01 by mail.profundis.se (IT House Mail Server [TRIAL - 120 days left]); Tue, 13 Jan 2004 16:18:42 +0100 Message-ID: <0f3901c3d9e8$87b768d0$652e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: References: <200401101116.11428@say.no.to.microsoft> Date: Tue, 13 Jan 2004 16:18:42 +0100 Organization: Profundis MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Pls help: double slash '//' behind the domain name X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Fajar Priyanto wrote: > Pls help me. I have this php website that some of its menues behave strangely. > Actually it is a modified form of PHPNUKE. When clicked, some of its > menues will make the URL on the browser address bar : > http://www.myself.com//modules.php?..... > instead of (notice the double slash): > http://www.myself.com/modules.php?..... This seems rather like a misconfiguration of phpNuke (of which I am not familiar). It will probably use an expression like this to generate the links: $link = $server_uri.$module_uri."?..."; So, if $server_uri is "http://www.myself.com/" and $module_uri is "/modules.php", you will see this problem. See if you can find a configuration option that looks guilty. Regards, Robet Andersson --------------------------------------------------------------------- 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