Rumah > Artikel > pembangunan bahagian belakang > wamp怎么去除index.php
去除方法:1、在配置文件中,将“URL_MODEL”的值设置为2;2、在php.ini中,去掉“cgi.fix_pathinfo=1”项前面的注释;3、在Apache下conf配置文件中,去掉“mod_rewrite.so”项前面的注释。
本教程操作环境:windows7系统、PHP7.1&&wampserver 3.1.7版,DELL G3电脑
wamp 配置去掉 index.php
1.在配置文件中
'URL_MODEL'=>2,
设置为2.
2.在php.ini中
cgi.fix_pathinfo=1
去掉前面的注释
3.在Apache下conf配置文件中,查找
LoadModule rewrite_module modules/mod_rewrite.so
去掉前面的注释
重启apache
推荐学习:《PHP视频教程》
Atas ialah kandungan terperinci wamp怎么去除index.php. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!