uCore/uCore/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache