Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、新しいマジェントをインストールしました。構成を完了した後、ランディング ページに移動しましたが、404 エラーが表示されます: ページが見つかりません。管理者のバックエンドにアクセスしようとしても、404 が表示されます。
私が行った調査によると、交換する必要があります
Mage::run($mageRunCode, $mageRunType);
と
Mage::run('default');
その置換を行った後も、同じ 404 エラーが発生します