Htaccess File

mobi2010/turn/master/.htaccess

REQUEST_FILENAME
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
Exit mobile version