Options +FollowSymLinks
RewriteEngine on
RewriteRule ^haber-(.*).html$ news_detail.php?news=$1 [L,NC]
RewriteRule ^kategori-(.*).html$ news.php?cat=$1 [L,NC]
RewriteRule ^galeri-(.*)-(.*).html$ photodetail.php?gallery=$1&page=$2 [L,NC]
RewriteRule ^koseyazisi-(.*).html$ article_detail.php?art=$1 [L,NC]
RewriteRule ^fotogaleri-(.*).html$ photogallery.php?cat=$1 [L,NC]
RewriteRule ^yaziyorumekle-(.*).html$ article_add_comment.php?art=$1 [L,NC]
RewriteRule ^yorumekle-(.*).html$ add_comment.php?news=$1 [L,NC]
RewriteRule ^gallerycomment-(.*).html$ gallery_add_comment.php?gallery=$1 [L,NC]
RewriteRule ^videoyorum-(.*).html$ video_add_comment.php?vid=$1 [L,NC]
RewriteRule ^ara-(.*).html$ search.php?key=$1 [L,NC]
RewriteRule ^rss-(.*).html$ rss_news.php?id=$1 [L,NC]
RewriteRule ^content-(.*).html$ content.php?page=$1 [L,NC]
RewriteRule ^son24saat.html$ last24.php [L,NC]
RewriteRule ^videogaleri.html$ videogallery.php [L,NC]
RewriteRule ^fotogaleri.html$ photogallery.php [L,NC]
RewriteRule ^video-(.*).html$ video_detail.php?vid=$1 [L,NC]
RewriteRule ^sitemap.xml$ site-map.php [L,NC]
<FilesMatch "\.(php)$">
php_value short_open_tag "Off"
php_value auto_append_file "/home/inc/count.php/"
</FilesMatch>