Added a comment

master
https://www.google.com/accounts/o8/id?id=AItOawm6gCEo_Z36OJ7x5kyZn52lEVvyjn3zSUc 2013-05-31 12:03:04 -04:00 committed by admin
parent 6e7c51a3bd
commit ea1bed5410
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,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]
"""]]