Deimosx adlı üyeden alıntı: mesajı görüntüle
RewriteEngine On
Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /crondata/arama.php?kelime=%{REQUEST_URI} [L,R=404]
RewriteRule ^haber/(.*)-([0-9]+).html$ /crondata/haber.php?surl=$1&id=$2 [NC]
RewriteRule ^arama.html$ /crondata/arama.php?kelime=$1 [NC]
RewriteRule ^etiket/(.*).html$ /crondata/etiket.php?kelime=$1 [NC]
RewriteRule ^resimler/2/(.*)-([0-9]+).jpg$ /resimler/2/$2.jpg [NC]
yukarıdaki ilk 3 satırı kullandığımda normal linkler bozuldu.

sanıyorum bu 2 satırdan dolayı
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Not Found

The requested URL /haber/sururi-corabatir-turk-turizmi-icin-gece-gunduz-calismaya-haziriz-11837.html was not found on this server.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 15:43:55 -->-> Daha önceki mesaj 15:40:22 --

RewriteRule .* /crondata/arama.php?kelime=%{REQUEST_URI} [L,R=404]

sorun .* da