uCore/uCore/master/.htaccess
<IfModule mod_rewrite.c>
# Tell PHP that the mod_rewrite module is ENABLED.
SetEnv HTTP_MOD_REWRITE On
RewriteEngine on
RewriteRule .svn|.git|.cache - [F,L]
ErrorDocument 403 "Access Forbidden"
RewriteRule ^$ %{REQUEST_URI}index.php [R=301]
</IfModule>
Files
