【发布时间】:2016-08-27 13:02:18
【问题描述】:
我在 Ubuntu 上使用 apache2 本地安装了 Magento CE 2.0.5。要查看索引以外的页面,而不是 localhost/magento/anotherpage,我必须使用 localhost/magento/index.php/anotherpage。但这不适用于后端管理页面,我无法访问。此外,页面上不会加载任何图像或样式表。 我知道我启用了 mode_rewrite(它显示为由 phpinfo(); 加载),并且 Magento 根文件夹中的 .htaccess 包含未注释的行:
RewriteBase /magento/
谢谢。
【问题讨论】: