libretime/airtime_mvc/public/.htaccess

14 lines
337 B
ApacheConf

php_value post_max_size 100M
php_value upload_max_filesize 100M
php_value request_order "GPC"
php_value session.gc_probability 0
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
RewriteBase /