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.
我刚刚将我的 OpenCart 商店迁移到另一台服务器。我已经更改了 root 和 admin 文件夹中的 config.php 文件。我可以访问主页和管理后端,但是当我转到产品时,它会显示 404 file not found 错误。
你可以看看这里。
我必须改变什么?我还缺少其他配置文件吗?谢谢
我发现了问题。我只需要在我的 .htaccess 中添加一个重写规则:
RewriteRule sitemap.xml /farmaciagimeno/index.php?route=feed/google_sitemap RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^?]*) /farmaciagimeno/index.php?_route_=$1 [L,QSA]