mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-10 01:56:48 +01:00
5 lines
89 B
ApacheConf
5 lines
89 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule !^(js|resources) - [F]
|
|
</IfModule>
|