CI去掉网址中的index.php

RewriteEngine on  
RewriteCond $1 !^(index/.php|images|robots/.txt)   //排除文件或文件夹跳转
RewriteRule ^(.*)$ /index.php/$1 [L]    //设置跳转

 

保存成 .htaccess

 

fopen('.htaccess','+w');   //生成文件.htaccess

 

 

你可能感兴趣的:(.htaccess)