Warning, /webapps/ocs-fileserver/public/api/_htaccess is written in an unsupported language. File is not indexed.

0001 LimitRequestBody 4294967296
0002 php_value upload_max_filesize 4000M
0003 php_value post_max_size 4000M
0004 php_value memory_limit 512M
0005 php_value max_input_time 3600
0006 php_value max_execution_time 3600
0007 php_value output_buffering Off
0008 
0009 # enable PHP error logging
0010 # ------------------------------
0011 #php_flag  log_errors on
0012 #php_value error_log ../../data/logs/php_errors.log
0013 
0014 RewriteEngine On
0015 RewriteCond %{REQUEST_FILENAME} !-f
0016 RewriteCond %{REQUEST_FILENAME} !-d
0017 RewriteRule ^(.*)$ index.php [QSA,L]