PrestaShop-无法访问Nginx上的管理面板

时间:2019-04-30 10:44:38

标签: nginx prestashop-1.7 nginx-config

我已经尝试过使用Apache和nginx安装相同的PrestaShop(版本1.7.5.1)(将nginx安装复制到Apache根目录中)。

在管理面板上浏览时,我会看到如下网址:

http://localhost/admin825pqjv9z/index.php/configure/advanced/system-information/?_token=lJz8rH0rLWJJsrgY6tC97KuCrniEs2eps41UEoU5vqY

其中index.php与其余URL串联在一起

当我使用Apache时,无论使用Nginx还是可以正常工作,我都将被重定向。

我已经为PrestaShop尝试了以下nginx配置: https://gist.github.com/vicobits/86804fa5f6bd9e2a38f353518563590f

但是没有用。

1 个答案:

答案 0 :(得分:1)

我刚刚尝试了您在nginx安装中提供的示例,并且运行良好。

您用自己的管理文件夹名称if (($file = fopen('employees.csv', "r")) !== FALSE) { if (fgetcsv($file, 1000, ",") > 1) { $dom = new DOMDocument(); $dom->encoding = 'utf-8'; $dom->xmlVersion = '1.0'; $dom->formatOutput = true; $root = $dom->createElement('employees'); while (($data = fgetcsv($file, 1000, ",")) !== FALSE) { $emp_node = $dom->createElement('employee'); $faculty = 'F'; ... 替换了let o = { one: 12, two: 23, three: 90 } console.log( o['foo' || 'one'] )吗?您应该具有:

/admin-dev/

我希望这会有所帮助,否则我很乐意与您一起检查其他选项。