dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag ...
Aleksander Machniak
2012-08-25
f1956d738fc1f80fdb38d7f389ed10e7a2970d8a
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>