Thats 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!
あなたのapache/nginx設定が間違っています。確認:https://pimcore.com/docs/5.0.x/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Nginx_Configuration.html –
Tnx!私のホストはApacheを使用しています。どのような偽の構成がありますか?私は見当もつかない!私は最小要件を満たしました。 Phpinfoはkropec.euから入手できます。 pimcore docuでapache https://pimcore.com/docs/5.0.x/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration.htmlの特別な設定は見つかりません。誰かがphpinfoを見て助けることができますか? –
設定ファイルを/etc/apache2/site-enabled/your-config-file.confから、あなたの.htaccessをprojetct-root/webから見せてください –