CodeIgniter框架如何去掉url中的index.php
1个回答
2015-06-07
展开全部
nginx:
# Check if a file exists, or route it to index.php.
try_files $uri $uri/ /exploit/index.php?$query_string;
apache:
RewriteEngine on
RewriteRule ^(.*)$ index.php/$1 [L]
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询