.htaccess 330 B

12345678910111213
  1. ##
  2. #
  3. # $Id: .htaccess 268 2009-12-16 06:18:19Z Jinhui.Zhu $
  4. #
  5. # Copyright (C) 2008-2009 www.qiiframework.com. All Rights Reserved.
  6. #
  7. ##
  8. RewriteEngine On
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond $1 !^(index.php|images|robots.txt)
  12. RewriteRule (.*)$ index.php/$1 [L,QSA,PT]