aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Forward_slashes_being_escaped_as_252F/comment_1_7702cf6d354ab600d6643b075b9f09da._comment
blob: 7c9ccbca1306b96fcb9552239d5f1e7630b8bf03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawm6gCEo_Z36OJ7x5kyZn52lEVvyjn3zSUc"
 nickname="Ángel"
 subject="comment 1"
 date="2013-05-31T16:03:03Z"
 content="""
Simply add the NE (No escape) flag:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.ciffer\.net$
RewriteRule /(.*) http://ciffer.net/$1 [L,R,NE]
"""]]