guten tag
ich habe ein Fehler nach ein Board eine Fehlermeldung 500 bei Upload ( Hochladen ) von einer datei bekommen.
php.ini bei cpanel ist auf 2 GB eingestellt
Unbenannt.PNG
die datei die ich hochladen will soll bei max. 2GB betragen
meine .htaccess datei
Code:
# php -- BEGIN cPanel-generated handler, do not edit# Legen Sie das Paket „ea-php70“ als Standardprogrammiersprache „PHP“ fest.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_flag display_errors Off
php_value max_execution_time 30
php_value max_input_time 90
php_value max_input_vars 1000
php_value memory_limit 2048M
php_value post_max_size 2048M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php70"
php_value upload_max_filesize 2048M
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 30
php_value max_input_time 90
php_value max_input_vars 1000
php_value memory_limit 2048M
php_value post_max_size 2048M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php70"
php_value upload_max_filesize 2048M
php_flag zlib.output_compression Off
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews
RewriteCond %{QUERY_STRING} !dbseourl=
RewriteCond %{REQUEST_URI} !(xaxdxmxixnxcxpx/|-d-b-s-e-o-c-p-/|-m-o-d-c-p-/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^(.*\.php)$ dbseo.php?dbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(xaxdxmxixnxcxpx|-d-b-s-e-o-c-p-|-m-o-d-c-p-|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
was muss ich einstellen das ich die 2 gb hochladen kann?
oder gibt es ein plugin was es automatisch einstellt und wenn es eins gibt wo kann ich es laden
mfg
Lesezeichen