1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-05 05:37:45 +02:00

added gitignore

This commit is contained in:
Sebastian
2017-04-14 22:06:58 +02:00
parent f39d60b60b
commit 6f8798117c
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored Normal file
View File

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

View File

@@ -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