şu anda bu isteği işleme alamıyor.
HTTP ERROR 500
arkadaşlar merhaba böyle bir hata alıyorm, nasıl düzeltebilirim yardımcı olabilecek biri var mıdır?
Http err0r 500 hatasi
11
●171
- 01-10-2021, 01:28:45
- 01-10-2021, 01:30:08500 hataları sunucudan kaynaklı olan hatalardır. Ne yapıyorsun da bu sorunla karşılaşıyorsun hocam?
- 01-10-2021, 01:34:34Scorpion2763 adlı üyeden alıntı: mesajı görüntüle
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^urun-detay-(.*)$ index.php?sayfa=urun-detay&urunid=$1 [L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^kategori-detay-(.*)$ index.php?sayfa=kategori-detay&id=$1 [L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^siparis-detay-(.*)$ index.php?sayfa=siparisdurum&id=$1 [L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^online-odeme-(.*)$ index.php?sayfa=onlineodeme&id=$1 [L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)&(.*) index.php?sayfa=$1&$2 [L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*) index.php?sayfa=$1 [L,NC] # php -- BEGIN cPanel-generated handler, do not edit # “ea-php74” paketini varsayılan “PHP” programlama dili olarak ayarlayın. <IfModule mime_module> AddHandler application/x-httpd-ea-php74___lsphp .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 On php_value max_execution_time 900 php_value max_input_time 900 php_value max_input_vars 10000 php_value memory_limit 20480M php_value post_max_size 200M php_value session.gc_maxlifetime 14400 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 200M php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_flag display_errors On php_value max_execution_time 900 php_value max_input_time 900 php_value max_input_vars 10000 php_value memory_limit 20480M php_value post_max_size 200M php_value session.gc_maxlifetime 14400 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 200M php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not edit2. dediğinizi yaptm bu sefer 500 gitti ama site gelmedi
- 01-10-2021, 01:44:49Kurduğunuz yazılım da 7.2 mi ?TunahanCnbz adlı üyeden alıntı: mesajı görüntüle
- 01-10-2021, 01:48:45denedim olmadı maalesef hocamclogens adlı üyeden alıntı: mesajı görüntüle