版权所有© 蒋志新.com 保留部分所有权 | 本页载入信息: 40 次查询. 耗时0.284 秒.
D&Z Theme Pro 主题由 HNPHP.COM 出品 | Wordpress 提供驱动动力 | 湘ICP备07004291号 | 返回页顶
去除URL中的index.php
例如你的原路径是 http://localhost/test/index.php/index/add
那么现在的地址是 http://localhost/test/index/add
如何去掉index.php呢
1.httpd.conf配置文件中加载了mod_rewrite.so模...