Commit e1061bf0 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

Fixes HTTP redirects from within .htaccess files.

  The RewriteBase was not replaced correctly
  due to a nasty for-loop bug. Now
      RewriteEngine on
      RewriteBase   /~coar
      RewriteRule   ^FOO$  BAR [R]
  will also work for you, Ken ;-)
and fixes some typos in the comments.

Submitted by: Ralf S. Engelschall <rse@engelschall.com>
Reviewed by: Ken Coar, Roy Fielding


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@77907 13f79535-47bb-0310-9956-ffa450edef68
parent c764ac14
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment