t;[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Mod RewriteRule Help : Accepting Variable Number
Of Arguments
Date: Sat, 31 Mar 2007 22:16:09 -0400
On 3/31/07, Kristopher Yates <[EMAIL PROTECTED]> wrote:
Hi Dragon,
RewriteRule ^(.*)/(.*
Hello Jeff,
Are you configuring your PHP with ./configure
--with-apxs=/usr/local/sbin/apxs ?
Specifying the full path to APXS in your configure may solve the problem.
Also, it sounds like you installed Apache using FBSD ports. You may want to
install the port for PHP instead of compiling it
so
Final note, it seems taking /? out of the rules seems to make no difference,
as rules function the same when it is removed.
Any ideas?
Thanks for your time,
Kris
From: Dragon <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PRO
Hello,
Here is an example URL I'm trying to create a RewriteRule for:
index.php?section=help&page=test&mode=IN&item=4&action=edit
I have a rule that works when the request URL contains the appropriate
number of arguments but does not work when there are fewer arguments than
the Rule expects.