CI默认中url中带index.php,比如http://localhost/index.php/blog/comment/1.html去掉这个index.php步骤:1.打开apache的配置文件,conf/httpd.conf:LoadModulerewrite_modulemodules/mod_rewrite.so,把该行前的#去掉。搜索AllowOverrideNone(配置文件中有多处),看注释信息,将相关.htaccess的该行信息改为AllowOverrideAll。2...
查看全文