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
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
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
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