2017-12-02 197 views
0

我想当我输入数据到安装形式(数据库名,用户,通过...等)安装pimcore 5 PHP 7Pimcore安装 - 从install.php了403 Ajax调用禁止

和按检查要求或安装两个不同的Ajax岗位电话发生。当我从这两个邮政调用得到的结果我得到403禁止错误,其反应只是“禁止”。

不知道该改变什么,以及导致错误的原因。 我的服务器有php 7.1,所有的最低要求都足够了。

请帮忙,问候德扬

+0

你的apache/nginx配置是错误的。检查:https://pimcore.com/docs/5.0.x/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Nginx_Configuration.html –

+0

Tnx!我的主机使用apache。什么样的配置是?!我没有任何线索!我达到了最低要求。 Phpinfo可在kropec.eu上获得。我没有在pimcore docu for apache找到任何特殊设置https://pimcore.com/docs/5.0.x/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration.html。有人可以帮助看到phpinfo ...吗? –

+0

向我展示/etc/apache2/site-enabled/your-config-file.conf中的配置文件和projetct-root/web中的.htaccess –

回答

0

这就是conf文件。

<VirtualHost 91.185.211.24:80 > 
    ServerName www.tmp.kropec.eu 
    ServerAlias www.tmp.kropec.eu tmp.kropec.eu 
    ServerAdmin [email protected] 
    DocumentRoot /home/ropc01/domains/kropec.eu/public_html/tmp 
    UseCanonicalName OFF 
    <IfModule !mod_ruid2.c> 
      SuexecUserGroup ropc01 ropc01 
    </IfModule> 
    CustomLog /var/log/httpd/domains/kropec.eu.tmp.bytes bytes 
    CustomLog /var/log/httpd/domains/kropec.eu.tmp.log combined 
    #ErrorLog /var/log/httpd/domains/kropec.eu.tmp.error.log 
    ErrorLog /dev/null 
    <Directory /home/ropc01/domains/kropec.eu/public_html> 
      AllowOverride AuthConfig FileInfo Indexes Limit 
Options=Indexes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks  ,None 
      Options -ExecCGI -Includes +IncludesNOEXEC 
      php_admin_flag engine ON 
      php_admin_value sendmail_path '/usr/sbin/sendmail -t -i 
    -f [email protected]' 
      php_admin_value mail.log /home/ropc01/.php/php-mail.log 
    </Directory> 
</VirtualHost> 

Tnx!

0

已解决。显然,我的主机不能使用tmp子域名。对不起,我困扰。