User Tools

Site Tools


wiki:apache_rewrite_hints

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:apache_rewrite_hints [2020/11/29 01:37] – created antisawiki:apache_rewrite_hints [2021/07/09 10:08] (current) – remove [ ] from tags, add see also link antisa
Line 1: Line 1:
-{{tag>[webserver apache]}}+{{tag>webserver apache}}
  
 ====== Apache rewrite hints ====== ====== Apache rewrite hints ======
Line 17: Line 17:
 ===== Multiple rules with catch all rule at end ===== ===== Multiple rules with catch all rule at end =====
  
-If there are multiple rules for a path and one catch all rule at the end, you need to use [END] flag and not [L] flag to apply the more specific rule. The last flag only stops evaluating rules from the current iteration. [https://stackoverflow.com/a/6800150/6881647 See this SO answer]+If there are multiple rules for a path and one catch all rule at the end, you need to use [END] flag and not [L] flag to apply the more specific rule. The last flag only stops evaluating rules from the current iteration. [[https://stackoverflow.com/a/6800150/6881647|See this SO answer]]
  
  
Line 48: Line 48:
 ===== Special characters ===== ===== Special characters =====
  
-To rewrite a special character that appears in URL, for example the symbol for degree "°", hex BO in [https://en.wikipedia.org/wiki/ISO/IEC_8859-1#Code_page_layout ISO 8859 set], check in the apache access log how apache sees the URL.+To rewrite a special character that appears in URL, for example the symbol for degree "°", hex BO in [[https://en.wikipedia.org/wiki/ISO/IEC_8859-1#Code_page_layout|ISO 8859 set]], check in the apache access log how apache sees the URL.
  
 <code> <code>
Line 69: Line 69:
  
 ====== See also ====== ====== See also ======
 +  * [[wiki:rewrite_rule_examples|Apache rewrite rule examples]]
 ====== References ====== ====== References ======
   * https://httpd.apache.org/docs/2.4/rewrite/remapping.html   * https://httpd.apache.org/docs/2.4/rewrite/remapping.html
wiki/apache_rewrite_hints.1606610252.txt.gz · Last modified: 2020/11/29 01:37 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki