]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Forward_slashes_being_escaped_as_252F/comment_1_7702cf6d354ab600d6643b075b9f09da._comment
wishlist: ask about using ikiwiki as ML
[ikiwiki.git] / doc / forum / Forward_slashes_being_escaped_as_252F / comment_1_7702cf6d354ab600d6643b075b9f09da._comment
1 [[!comment format=mdwn
2  username="https://www.google.com/accounts/o8/id?id=AItOawm6gCEo_Z36OJ7x5kyZn52lEVvyjn3zSUc"
3  nickname="Ángel"
4  subject="comment 1"
5  date="2013-05-31T16:03:03Z"
6  content="""
7 Simply add the NE (No escape) flag:
8
9 RewriteEngine on
10 RewriteCond %{HTTP_HOST} ^www\.ciffer\.net$
11 RewriteRule /(.*) http://ciffer.net/$1 [L,R,NE]
12 """]]