http://issues.apache.org/bugzilla/show_bug.cgi?id=44500

           Summary: Version 2.2.8 on MS Server 2003 Doesn't Process Second
                    RewriteCond
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_rewrite
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I am running version 2.2.8 on Server 2003. The following snippet does
nothing(as if it is ignored) on the Server but works as expected on Windows XP
running HTTPD version 2.2.4. In short, I want to prohibit access/use of PHP
files in the network shared download folders:

RewriteEngine On

RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^/(.*)$ http://127.0.0.1/$1 [R=permanent]

RewriteCond %{REQUEST_URI}      Downloads/.*\.php$
RewriteRule ^/(.*)$ - [F]

Any help is appreciated but it appears to be a bug with Server 2003 or version
2.2.8.

thanks,
-Cam


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to