maojian/EaglePHP/master/Public/bak.htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^.*(.js|.css|.gif|.png|.jpg|.bmp|.jpeg|.htm|.xml|.swf|.json|.ico)$
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
Files
