BoesesGenie/team-rex/master/public/.htaccess
AddDefaultCharset utf8
php_value post_max_size 10M
php_value upload_max_filesize 10M
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*)$ /index.php [NC,L]
Files
