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 VinkoVrsalovic: http://wiki.apache.org/httpd/Rewrite/WhenNotToUseRewrite ------------------------------------------------------------------------------ Given the power and flexibility of mod_rewrite it's not surprising that people often use it as their [http://en.wikipedia.org/wiki/Golden_hammer golden hammer]. Part of gaining knowledge about mod_rewrite is knowing when not to use it. - The following is a list of misuses of mod_rewrite and more appropriate (and often faster) alternatives. These examples assume the {{{RewriteRules}}} are not placed in a directory context (ie, not in {{{.htaccess}}} or {{{<Directory>}}}). + The following is a list of misuses of mod_rewrite and more appropriate (and often faster) alternatives. These examples assume the {{{RewriteRules}}} are not placed in a directory context (ie, not in a {{{.htaccess}}} file nor in a {{{<Directory>}}} section). === Simple Redirects ===
