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
Last revisionBoth sides next revision
wiki:apache_rewrite_hints [2020/11/29 01:37] – created antisawiki:apache_rewrite_hints [2020/11/29 01:41] – [Special characters] antisa
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>
wiki/apache_rewrite_hints.txt · Last modified: 2021/07/09 10:08 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