On Thu, Apr 16, 2009 at 2:52 PM, Ruben Lihet <[email protected]> wrote:
> Where do I have to put the dash "-" ? In this rule:
>
> RewriteRule ^([^/\.]+)/?$ nph-main.cgi?lid=$1&header=%{HTTP:Range}


I don't really follow what you're doing with the rule, but I was
thinking more like:

RewriteCond %{HTTP:Range} (.*)
RewriteRule nph-main.cgi - [E=MYRANGE:%1]

-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to