diff --git a/.htaccess.prod b/.htaccess.prod index a9d62ed..879aa10 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]