Zen-Cart - 主页链接不起作用
我在安装 zen cart 时遇到问题。
当我尝试单击“主页”时,我收到 404 页面...有人知道原因或如何修复它吗?
如果我去 http://derbycitycomputers.com/index.php,它可以工作,但是如果我去到 http://derbycitycomputers.com/index.php&zenid=51c08d176640b27169681077e5003edc 它不...
对这可能的原因有任何帮助吗?
非常感谢!
I have a problem with a zen cart installation.
When I try to click on "home" i get a 404 page... Does anybody know why or how to get it fixed?
if I go to http://derbycitycomputers.com/index.php, it works, but if I go to http://derbycitycomputers.com/index.php&zenid=51c08d176640b27169681077e5003edc
it does not...
any help on the reason why this might be?
Thx a bunch!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你的意思是:
http://derbycitycomputers.com/index.php?zenid=51c08d176640b27169681077e5003edc
用问号代替 & 符号。
在基本网址之后,您始终必须首先使用问号。
如果要向网址添加超过 1 个变量,请使用
&
http://derbycitycomputers.com/index.php?zenid=51c08d176640b27169681077e5003edc&othervar=value
I think you meant to do:
http://derbycitycomputers.com/index.php?zenid=51c08d176640b27169681077e5003edc
With a question mark in stead of an ampersand.
After the base url you always first have to use a question mark.
If you want to add more than 1 variable to the url use
&
http://derbycitycomputers.com/index.php?zenid=51c08d176640b27169681077e5003edc&othervar=value