Re: [EMAIL PROTECTED] Args not being passed in rewrite rule

2008-08-05 Thread Skip Evans
Hey Tony & all, Yep, that did it. I was not aware of that flag, pretty new to rewrite rules. Much thanks! Skip Tony Stevenson wrote: Skip Evans wrote: Hey all, I have the following rewrite rule in an .htaccess file. RewriteRule .modules.php?(.*)$ http://prepcube.venomouspenguin.com/modul

Re: [EMAIL PROTECTED] Args not being passed in rewrite rule

2008-08-05 Thread Eric Covener
On Tue, Aug 5, 2008 at 5:58 PM, Tony Stevenson <[EMAIL PROTECTED]> wrote: > Skip Evans wrote: >> >> Hey all, >> >> I have the following rewrite rule in an .htaccess file. >> >> RewriteRule .modules.php?(.*)$ >> http://prepcube.venomouspenguin.com/modules.php?$1 The query string (arguments) aren't

Re: [EMAIL PROTECTED] Args not being passed in rewrite rule

2008-08-05 Thread Tony Stevenson
Skip Evans wrote: Hey all, I have the following rewrite rule in an .htaccess file. RewriteRule .modules.php?(.*)$ http://prepcube.venomouspenguin.com/modules.php?$1 And it does successfully call the modules.php file in the document root, but the arguments do not get passed. In other words

[EMAIL PROTECTED] Args not being passed in rewrite rule

2008-08-05 Thread Skip Evans
Hey all, I have the following rewrite rule in an .htaccess file. RewriteRule .modules.php?(.*)$ http://prepcube.venomouspenguin.com/modules.php?$1 And it does successfully call the modules.php file in the document root, but the arguments do not get passed. In other words, if modules.ph