Merhaba değerli arkadaşlar scriptli bir sitemde garip bir hata buldum, hemde çok büyük bir hata, bir kişi sosyal medyada paylaştığı linke tıkladığında sitemde 404 hatası veriyor, ana sayfa değil içeirk sayfaları, bir de ben arama yapıyorum, yaptıktan sonra f5 ile yeniliyorum yine 404 hatası veriyor deli olacam neden böyle bir hata veriyor anlam veremedim.
.htacess kodları
Options -Indexes +FollowSymLinks
RewriteEngine On
RewriteBase /
# exclude any paths that are not codeigniter-app related
RewriteCond %{REQUEST_URI} !^/server-status
RewriteCond %{REQUEST_URI} !^/server-info
RewriteCond %{REQUEST_URI} !^/docs
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
<IfModule mod_php5.c>
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# the following is for rewritting under FastCGI
<IfModule !mod_php5.c>
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
yardımlarınız için şimdiden teşekkürler