Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 3714 invoked by uid 500); 4 Feb 2002 03:55:10 -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 3703 invoked from network); 4 Feb 2002 03:55:10 -0000 Received: from mpdr0.columbus.oh.ameritech.net (HELO mailhost.col.ameritech.net) (206.141.239.62) by daedalus.apache.org with SMTP; 4 Feb 2002 03:55:10 -0000 Received: from Nullcpu ([209.18.20.190]) by mailhost.col.ameritech.net (InterMail v4.01.01.07 201-229-111-110) with SMTP id <20020204040353.GGHU2481.mailhost.col.ameritech.net@Nullcpu> for ; Sun, 3 Feb 2002 23:03:53 -0500 Message-ID: <002f01c1adf9$4672dfc0$011012d1@Nullcpu> Reply-To: "Null" From: "Null" To: Subject: Help with a RewriteUrl Date: Mon, 4 Feb 2002 22:57:47 -0500 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have this rule: RewriteRule ^(.*)php?file=$ index.php?$1 Which doesn't work (bad command is sent) What I'm trying to do is have all traffic from a .php file redirected to index.php?Requesturl IE: myfile.php would go to index.php?file=myfile.php What am I doing wrong? Help is appreciated --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org