Преглед на файлове

Remove www and https redirs in htaccess because webApp does it now

Gabriel Badano преди 4 години
родител
ревизия
7d87c44d08
променени са 1 файла, в които са добавени 0 реда и са изтрити 12 реда
  1. 0 12
      .htaccess

+ 0 - 12
.htaccess

@@ -4,18 +4,6 @@
 
 RewriteEngine on
 
-#RewriteCond %{HTTP_HOST} ^www\.dominio\.com$
-#RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
-#RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
-#RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
-#RewriteRule ^(.*)$ https://dominio.com/$1 [R=301,L]
-
-#RewriteCond %{HTTPS} !^on$
-#RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
-#RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
-#RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
-#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
-
 # if a directory or a file exists, use it directly
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d