<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
# Send <a class="moz-txt-link-abbreviated"
href="http://www.perldancer.org">www.perldancer.org</a> requests
to perldancer.org<br>
#<br>
# From httpd.apache.org/docs/2.2/mod/mod_rewrite.html:<br>
# "In VirtualHost context, The Pattern will initially be<br>
# matched against the part of the URL after the hostname and<br>
# port, and before the query string (e.g. "/app1/index.html")."<br>
#<br>
RewriteCond %{HTTP_HOST} ^www\.perldancer.org [NC]<br>
RewriteRule ^(.*) <a class="moz-txt-link-freetext"
href="https://perldancer.org$1">https://perldancer.org$1</a>
[R=301]<br>
<br>
On 10/6/2017 7:00 AM, <a class="moz-txt-link-abbreviated"
href="mailto:dancer-users-request@dancer.pm">dancer-users-request@dancer.pm</a>
wrote:<br>
><br>
> Hello Gabor,<br>
><br>
> thanks for spotting this. I agree with you, we should
permanently redirect<br>
> from <a class="moz-txt-link-abbreviated"
href="http://www.perldancer.org">www.perldancer.org</a> to
perldancer.org.<br>
><br>
> Regards<br>
> Racke<br>
><br>
<br>
-- Dave Baker
</body>
</html>