You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/04 22:46:50 UTC

[Httpd Wiki] Update of "RewriteLooping" by pctony

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 pctony:
http://wiki.apache.org/httpd/RewriteLooping

The comment on the change is:
Flattening Project

------------------------------------------------------------------------------
+ ## page was renamed from Rewrite/Troubleshooting/Looping
  A !RewriteRule loops when the target of the rule matches the initial rewrite pattern. For example, if you were to rewrite all URLs starting with "foo" to "foo.php", then "foo.php" would also get rewritten to "foo.php", and so on, forever.
  
  For example, consider the following rule: