b
Size: a a a
b
IB
IB
IB
b
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|image|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
php_value upload_max_filesize=5G
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
b
IB
IB
IB
b
IB
IB
b
IB
IB
b
4
IB
IB