threem0127 访问次数 : 11 注册日期 : 05-11-26 13:33 上次访问 : 09-10-29 21:05 |
我默认进入首页的地址是: http://proj.x-shine.net// index.php 即在index.php前多了一个"/" 它导致在解决bug的过程中,跳转页面地址拼接错误。结果不能正确提交“解决Bug” 我手动把首页地址改到: http://proj.x-shine.net/index.php 以后就好了。 请问这个问题改如何解决? 自己对php不熟,从配置文件里没有看出端倪。 |
回帖 |
threem0127 访问次数 : 11 注册日期 : 05-11-26 13:33 上次访问 : 09-10-29 21:05 |
up |
回帖 |
threem0127 访问次数 : 11 注册日期 : 05-11-26 13:33 上次访问 : 09-10-29 21:05 |
搞定了,将login.php中的第34行更改如下就好了: $MyJS->goto("/index.php"); 原代码: $MyJS->goto("index.php"); |
回帖 |