我有一个关于禅宗车安装的问题。
当我尝试点击“主页”时,我得到一个404页面...有谁知道为什么或者如何修复它吗?
如果我转到http://derbycitycomputers.com/index.php,它可以工作,但如果我转到http://derbycitycomputers.com/index.php&zenid=51c08d176640b27169681077e5003edc,它就不能...
这可能是什么原因有什么帮助吗?
非常感谢!
发布于 2011-05-05 03:19:09
我想你的意思是:
http://derbycitycomputers.com/index.php?zenid=51c08d176640b27169681077e5003edc
用问号代替&符号。
在基本url之后,您总是必须首先使用问号。
如果要向url添加多个变量,请使用&
http://derbycitycomputers.com/index.php?zenid=51c08d176640b27169681077e5003edc&othervar=value
https://stackoverflow.com/questions/5887942
复制相似问题