MINOR: Handle Redirect to www.enlightenment.org in here

This commit is contained in:
Bertrand Jacquin 2016-10-05 00:02:02 +01:00
parent 5c12c02651
commit f4b438e4a1
No known key found for this signature in database
GPG Key ID: 5534871F2E2E93DA
1 changed files with 3 additions and 0 deletions

View File

@ -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]