📜  codeigniter 中的 index.php - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:39.096000             🧑  作者: Mango

代码示例2
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]