fix click to refresh domain value
[namibia] / public / .htaccess
1 AddOutputFilterByType DEFLATE text/plain
2 AddOutputFilterByType DEFLATE text/html
3 AddOutputFilterByType DEFLATE text/xml
4 AddOutputFilterByType DEFLATE text/css
5 AddOutputFilterByType DEFLATE application/xml
6 AddOutputFilterByType DEFLATE application/xhtml+xml
7 AddOutputFilterByType DEFLATE application/rss+xml
8 AddOutputFilterByType DEFLATE application/javascript
9 AddOutputFilterByType DEFLATE application/x-javascript
10 AddDefaultCharset UTF-8
11 Header set Expires "Thu, 19 Nov 1981 08:52:00 GM"
12 Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
13 Header set Pragma "no-cache"
14 RewriteEngine On
15 RewriteCond %{REQUEST_FILENAME} -s [OR]
16 RewriteCond %{REQUEST_FILENAME} -l [OR]
17 RewriteCond %{REQUEST_FILENAME} -d
18 RewriteRule ^.*$ - [NC,L]
19 RewriteRule ^.*$ index.php [NC,L]
20 php_value upload_max_filesize 32M
21 php_value post_max_size 32M