beber pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=f4b438e4a15ce6b626bb8c325f958e0c4d929014

commit f4b438e4a15ce6b626bb8c325f958e0c4d929014
Author: Bertrand Jacquin <bertr...@jacquin.bzh>
Date:   Wed Oct 5 00:02:02 2016 +0100

    MINOR: Handle Redirect to www.enlightenment.org in here
---
 public_html/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/public_html/.htaccess b/public_html/.htaccess
index b0956f5..fbc67dc 100644
--- a/public_html/.htaccess
+++ b/public_html/.htaccess
@@ -2,6 +2,9 @@ Options FollowSymlinks
 
 RewriteEngine On
 
+RewriteCond %{HTTP_HOST} =enlightenment.org [NC]
+RewriteRule (.*) https://www.enlightenment.org/$1 [R=301,L]
+
 RewriteCond %{REQUEST_URI} ^/p.php
 RewriteRule .* https://www.enlightenment.org [R=301,L]
 

-- 


Reply via email to