windows平台:
url1: http://ip/?m=module&c=controller&a=action
url2: http://ip/module?c=controller&a=action
两种url都能达到同样的访问效果,但是linux平台
只有url1能访问,url2访问出错:提示信息为:
The requested URL /Home was not found on this server.
Linux平台是不是需要特殊的配置,还是哪里设置有问题,请牛人指点一下
PS:thinkph3.2.3