瀏覽代碼

Agrego .gitignore y detalles en el .htaccess

Gabriel Badano 4 年之前
父節點
當前提交
9c57df9acc
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 5 0
      .gitignore
  2. 9 0
      .htaccess

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+/.idea/
+/.vscode/
+/assets/webapp/
+/protected/vendor/
+composer.lock

+ 9 - 0
.htaccess

@@ -4,7 +4,16 @@
 
 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