Scorpion2763 adlı üyeden alıntı: mesajı görüntüle
Merhaba,

1. htaccess dosyası kullanıyor musunuz projenizde ? varsa içeriğini bizimle paylaşırmısınız ?
2.Php hatalarının gösteriminin kapatılması durumunda bazen 500 döner. İlgili Yönetim Panelinden (Cpanel/Plesk) Php ini ayarlarına girip display_error'u açmanız lazım.
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 edit
2. dediğinizi yaptm bu sefer 500 gitti ama site gelmedi