roundcube-next/roundcube-server/master/public_html/.htaccess
php_value memory_limit 64M
php_flag output_buffering off
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [qsappend,last]
SetEnv ROUNDCUBE_DEBUG 1
Files
