mobi2010/turn/master/.htaccess
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L] php_value upload_max_filesize 10M php_value post_max_size 20M
Files

RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L] php_value upload_max_filesize 10M php_value post_max_size 20M