From 6f8798117c6d845875d983449c6642cbe3ef499c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 14 Apr 2017 22:06:58 +0200 Subject: [PATCH] added gitignore --- .gitignore | 4 ++++ .htaccess | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb28210 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +cache/structure.txt +cache/request.txt +settings/settings.yaml +typemill.zip \ No newline at end of file diff --git a/.htaccess b/.htaccess index ef3954c..0236112 100644 --- a/.htaccess +++ b/.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