roundcube-next/roundcube-server/master/public_html/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache