dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Better fix for headers decoding problem: fetch them as raw and let rcube_mi...
Thomas Bruederli
2012-10-15
0f7d11e7984f9997fdf9b5b6a6d699030d62dfe4
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>