Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index\.php|install|img|smarty|images|scripts|fonts|uploads|css|js|robots\.txt|sitemap\.xml|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteRule (.*)-(.*)\.html$ wallpapers/show/$2
RewriteRule (.*)-(.*)/$ categories/show/$2
RewriteRule (.*)-(.*)\/(.*)$ categories/show/$2/$3
seo özelliğini açınca sistem 500 internal error hatası veriyor.Daha önce yükledim çalıştı fakat host sürüm yükseltildi çalışmamaya başladı php,apache,zend gibi yazılımlar.
Sorun nerde olabilir acaba yarıdmcı olurmusunuz.