Blame view

.htaccess 177 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
  AddDefaultCharset utf-8
  Options +FollowSymLinks
  IndexIgnore */*
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . index.php