隐藏掉网页地址中index.php,如隐藏 http://www.tj180.com/index.php?m=content&v=index 服务器是Nginx

各位盆有,我的服务器是lnmpNginx的,我想把phpcmsV9的地址如题http://www.tj180.com/index.php?m=content&v=inde... 各位盆有,我的服务器是lnmp Nginx的,我想把phpcmsV9的地址 如题 http://www.tj180.com/index.php?m=content&v=index 改成http://www.tj180.com/?m=content&v=index 请问有什么办法?
如果方便 最好多给出nginx 和 apache 和iis的伪静态方法
如果 我想把phpcmsV9的地址 http://www.tj180.com/index.php?m=content&v=index 改成http://www.tj180.com/index.htm?m=content&v=index 应该怎么办呢?我就是想知道怎么去修改地址栏的这些显示的规则
展开
 我来答
唛咔时尚
2011-09-19 · 超过28用户采纳过TA的回答
知道答主
回答量:107
采纳率:0%
帮助的人:81万
展开全部
lnmp Nginx..
在配置站点那里加段代码
if (!-e $request_filename)
{
rewrite "^/index\.html" /index.php last;
}

你这个套代码是MVC的,m=content&v=index 这些都可以写的更简单啊。。
追问
你好  请问你说的这个配置在哪里进行?
追答
你的nginx是怎么安装的?

例如我安装的服务器是:
/usr/local/nginx/conf/vhost/**.com.conf

//格式如下:
location / {
if (!-e $request_filename){
rewrite ^/index.html$ /index.php last;
}
}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式