我正在尝试安装magento。
实际上,我是magento的初学者 实际上也是stackoverflow的初学者。我正在关注指南..
我下载了magento示例文件..并在c:/xampp/htdocs/magento
还修改了主机文件..
每当我想进入
时 www.localhost.com/magento
magento页面的索引显示为up.like ftp server。
如何打开文件以及指南书。
答案 0 :(得分:0)
我不使用xammp,所以我不知道它的目录结构如何,但是:看起来你在一个子目录中安装Magento,对吧?
如果您这样做,则必须编辑.htaccess。将RedirectBase更改为子目录的名称。所以这里它应该是/ magento /并且如果.htaccess中的RedirectBase行被注释掉,则删除该行开头的#。
答案 1 :(得分:0)
解压缩magento zip文件后,在
中拖动解压缩的文件c:xampp / htdocs /(magento解压缩文件夹)--->>这是magento的根目录
现在我们的网络浏览器点击了这个网址
http://localhost/(magento解压缩文件夹名称)
如果您在第一次要求配置和管理网址名称
时点击此网址访问管理面板
http://localhost/(magento解压缩文件夹名称)/ admin url name
答案 2 :(得分:0)
这似乎与您的网络服务器配置有关,而不是Magento。例如,如果您有Apache,请查看配置文件httpd.conf,并检查以" DirectoryIndex"开头的行。 你需要有" index.php"作为有效的索引文件。如果你不这样做,只需在DirectoryIndex之后添加它,重新启动Apache,它应该可以正常工作。
/ etc / httpd / conf - > httpd.conf文件的常用位置(标准安装,RedHat / CentOS系列)
答案 3 :(得分:0)
根据{
"query": {
"nested": {
"path": "resellers",
"query": {
"bool": {
"filter": {
"match_phrase_prefix": {
"resellers.name": "flipkart"
}
}
}
}
}
},
"aggs": {
"narrow": {
"filter": {
"nested": {
"path": "resellers",
"query": {
"bool": {
"filter": {
"term": {
"resellers.name": "flipkart"
}
}
}
}
}
},
"aggs": {
"state": {
"nested": {
"path": "resellers"
},
"aggs": {
"count": {
"terms": {
"field": "resellers.price"
}
}
}
}
}
}
}
}
文件中的配置,您可能需要在url中指定.htaccess
,例如:index.php
或( www.localhost.com/magento/index .php 根据您的评论)进行访问。