From ef26b5db44d39127b4511e4a68d4aadf22fe330c Mon Sep 17 00:00:00 2001 From: zPlus <-> Date: Sat, 1 Apr 2017 21:59:16 +0200 Subject: [PATCH] .htaccess.prod: Remove unused rule --- .htaccess.prod | 3 --- 1 file changed, 3 deletions(-) diff --git a/.htaccess.prod b/.htaccess.prod index a9d62ed2..879aa100 100755 --- a/.htaccess.prod +++ b/.htaccess.prod @@ -12,9 +12,6 @@ RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1%{REQUEST_URI} [R=301,QSA,NC,L] - # RewriteCond %{HTTP_HOST} ^www\.freepo\.st$ [NC] - # RewriteRule ^(.*)$ https://freepo.st/$1 [R=301] - # Remove trailing slashes RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/+$ /$1 [NC,L,R=301,QSA]