Explorar o código

added gitignore

Sebastian %!s(int64=8) %!d(string=hai) anos
pai
achega
6f8798117c
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 4 0
      .gitignore
  2. 2 2
      .htaccess

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+cache/structure.txt
+cache/request.txt
+settings/settings.yaml
+typemill.zip

+ 2 - 2
.htaccess

@@ -16,8 +16,8 @@ Rewriterule ^(.*)?\.yaml$ - [F,L]
 RewriteRule ^(.*/)?\.git+ - [F,L]
 
 # Use this to redirect www to non-wwww on apache servers
-RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
-RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
+# RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
+# RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
 
 # Remove the index.php
 RewriteCond %{REQUEST_URI} !^/index\.php