Ruby on Rails
RewriteCond

A directive used by Apache’s URL rewriting engine (mod_rewrite).

A \RewriteCond specifies the conditions under which the following \RewriteRule should be used.

Rails used to depend more heavily on mod_rewrite, but present useage favours using Routes, which are more flexible, easier to maintain, and more portable.

category: Glossary