Arkadaşlar .htaccess kategori ve diğer sayfalar açılmıyor
.htaccess dosyam bu
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} !http://siteadi.com/arama/admin

RewriteRule ^arama/(.*)-(.*).html$ ara.php?id=$2 [L,NC]
RewriteRule ^(.*)-(.*).htm$ etiket.php?id=$2 [L,NC]
RewriteRule ^(.*)/$ kategori.php?seo=$1 [L,NC]
RewriteRule ^(.*)/(.*).sayfa$ kategori.php?seo=$1&sayfa=$2 [L]
#ReWriteRule ^sitemap.xml sitemap.php
ReWriteRule ^index.html index.php
ReWriteRule ^paylas.html paylas.php
http://siteadi.com/arama/cizgi-film/

http://siteadi.com/arama/arama/hanim...tligi-178.html

adresine girmeye çalıştığımda giremiyorum. sorun nedir arkadaşlar