Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by noodl:
http://wiki.apache.org/httpd/Rewrite/Common/VirtualHandler

The comment on the change is:
Remove redundant pattern capture

------------------------------------------------------------------------------
  RewriteEngine On
  RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
  RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
- RewriteRule (.+) /script.php
+ RewriteRule . /script.php
  }}}
  
+ This ruleset will usually require the script to interpret the REQUEST_URI 
environment variable to determine what actions to take.
+ 

Reply via email to