Просмотр исходного кода

Agrego .gitignore y detalles en el .htaccess

Gabriel Badano 4 лет назад
Родитель
Сommit
5c6f5c6e4c
2 измененных файлов с 18 добавлено и 0 удалено
  1. 5 0
      .gitignore
  2. 13 0
      .htaccess

+ 5 - 0
.gitignore

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

+ 13 - 0
.htaccess

@@ -1,6 +1,19 @@
+<FilesMatch ^(composer\.(json|lock))$>
+    Deny from all
+</FilesMatch>
+
 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