隐藏掉网页地址中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 应该怎么办呢?我就是想知道怎么去修改地址栏的这些显示的规则 展开
如果方便 最好多给出nginx 和 apache 和iis的伪静态方法
如果 我想把phpcmsV9的地址 http://www.tj180.com/index.php?m=content&v=index 改成http://www.tj180.com/index.htm?m=content&v=index 应该怎么办呢?我就是想知道怎么去修改地址栏的这些显示的规则 展开
1个回答
展开全部
lnmp Nginx..
在配置站点那里加段代码
if (!-e $request_filename)
{
rewrite "^/index\.html" /index.php last;
}
你这个套代码是MVC的,m=content&v=index 这些都可以写的更简单啊。。
在配置站点那里加段代码
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;
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询