comparison xml/he/docs/http/converting_rewrite_rules.xml @ 2735:ff357b676c2e

Removed trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jun 2021 18:27:24 +0300
parents 130fad6dc1b4
children
comparison
equal deleted inserted replaced
2734:ce45ee742fbe 2735:ff357b676c2e
55 55
56 56
57 <section> 57 <section>
58 58
59 <para> 59 <para>
60 דוגמה נוספת, במקום הגיון הפוך: כל מה שהוא לא 60 דוגמה נוספת, במקום הגיון הפוך: כל מה שהוא לא
61 <literal>example.com</literal> וגם לא <literal>www.example.com</literal>: 61 <literal>example.com</literal> וגם לא <literal>www.example.com</literal>:
62 62
63 <programlisting> 63 <programlisting>
64 RewriteCond %{HTTP_HOST} !example.com 64 RewriteCond %{HTTP_HOST} !example.com
65 RewriteCond %{HTTP_HOST} !www.example.com 65 RewriteCond %{HTTP_HOST} !www.example.com