dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add default path for mime.types file; map jpg => image/jpeg in fallback list
Thomas Bruederli
2012-12-08
3bb75a5cc7a7c77950eeb6070631c9c8b76a5a16
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>