mobi2010/turn/master/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache