Commit 2b4e3c68 authored by andre's avatar andre

Merge branch 'master' of http://git.task-on.com/ktask/task-on.com

parents ba9d53fd 8a319462
RewriteEngine On RewriteBase / RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
...@@ -18,4 +23,4 @@ RewriteRule . index.php ...@@ -18,4 +23,4 @@ RewriteRule . index.php
</FilesMatch> </FilesMatch>
ExpiresByType text/css "access plus 1 year" ExpiresByType text/css "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/javascript "access plus 1 year"
</IfModule> </IfModule>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment