View file 5555665/en/files/.htaccess

File size: 254B
php_value upload_max_filesize 200M
php_value post_max_size 200M




RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^(index\.php|images|img|css|js|robots\.txt)
RewriteRule (.*) index.php/$1 [L]