PHP& MySql配置是:
**MySql**
Server: Localhost via UNIX socket
Server version: 5.1.63-0ubuntu0.11.10.1
Protocol version: 10
User: root@localhost
MySQL charset: UTF-8 Unicode (utf8)
**Web Server**
Apache/2.2.20 (Ubuntu)
MySQL client version: 5.1.63
PHP extension: mysqli Documentation
我使用的是Ubuntu 11.10 当我尝试安装Magento 1.7.0.0时,出现以下错误消息:
The requested URL /magento17/index.php/install/ was not found on this server.
有人建议我解决这个问题吗?
答案 0 :(得分:0)
如果从root终端安装,则可以对包使用sandard debian命令。您可以尝试找出未正确安装的原因。首先尝试查找依赖项并正确安装:
dpkg -s magento17 | grep Depends:
当您看到结果时,尝试查找是否所有依赖项都安装在正确的版本中,如下例所示:
dpkg -l apache2.2-comm
如果它是正确的,你会看到像这样的回答:
ii apache2.2-comm 2.2.16-6+squee Apache HTTP Server common files
如果安装正确,则应尝试检查问题是否正确使用正确的相对链接!
尝试使用
magento17/index.php/install/