Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.1

Bug #19062 RewriteCondition within the word "require"
Submitted: 2011-11-21 14:59 UTC
From: uelikramer Assigned:
Status: Open Package: File_HtAccess (version Unknown)
PHP Version: 5.3.0 OS: Windows
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 34 - 16 = ?

 
 [2011-11-21 14:59 UTC] uelikramer (Ueli Kramer)
Description: ------------ } elseif (preg_match('/Require/i', $buffer)) { $require = split(' ', $data[1]); $this->addRequire($require); matches also RewriteCondition-Lines within the word "require" I've solved this by adding a ^ in front of the regular expression.

Comments