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 RichBowen:
http://wiki.apache.org/httpd/RewriteFlags/P

The comment on the change is:
Remove unnecessary RewriteCond directives, and make the RewriteRule actually wo.

------------------------------------------------------------------------------
  
  {{{
  RewriteEngine On
- RewriteCond %{Request_URI} !^/images
- RewriteCond %{Request_URI} !^/css
- RewriteRule ^(.*)$ http://other.server.com:90$1 [P]
+ RewriteRule ^(/(images|css).*)$ http://other.server.com:90$1 [P]
  ProxyPassReverse / http://other.server.com:90/
  }}}
  

Reply via email to