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

[EMAIL PROTECTED] Args not being passed in rewrite rule

2008-08-05 Thread Skip Evans
modules.php?mod=coaches is called the 'mod=coaches' part will be missing when the second modules.php file is called. Any help would be greatly appreciated. Thanks, Skip -- Skip Evans Big Sky Penguin, LLC 503 S Baldwin St, #1 Madison, WI 53703 608-250-2720 http://bigskyp

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-24 Thread Skip Evans
works is contingent on this functionality. Please email me off list if you'd be interested in a small consulting gig for this task. Thanks a bunch! Skip Matt wrote: On Thu, Jul 24, 2008 at 3:33 AM, Skip Evans <[EMAIL PROTECTED]> wrote: Hey Matt, (I just sent you the message of

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Skip Evans
/index.php?st=$1&sc=.$2 [NC] which still requires filtering but only acts on URLs that end with certain file extensions. Hope that helps. -- Skip Evans Big Sky Penguin, LLC 503 S Baldwin St, #1 Madison, WI 53703 608-250-2720 http://bigskypenguin.com =-=-=-=-=-=-=-=-=-=

[EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Skip Evans
in is not anything unusual, just the regular syntax in the section of an html file. But the main point is that when the .htaccess file is in place, they are not accessed, and when it is not they are. Can anyone direct me where to begin researching this kind of issue? I'm at a bit of a loss