Re: [EMAIL PROTECTED] Mod RewriteRule Help : Accepting Variable Number Of Arguments

2007-03-31 Thread Kristopher Yates
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 ^(.*)/(.*

RE: [EMAIL PROTECTED] permissions on apxs

2007-03-31 Thread Kristopher Yates
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

Re: [EMAIL PROTECTED] Mod RewriteRule Help : Accepting Variable Number Of Arguments

2007-03-31 Thread Kristopher Yates
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

[EMAIL PROTECTED] Mod RewriteRule Help : Accepting Variable Number Of Arguments

2007-03-30 Thread Kristopher Yates
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.