Arkadaşlar merhaba,

Bir müşterimin sitesini taşırken htaccess den kaynaklanan hata aldık. Dil ve çalıştığı taban hakkında pek bilgim olmadığı için direkt yardım almak istedim sizlerden. Aşağıdaki htaccess dosyasında bir düzenleme gerekiyor sanırım. Yada dosyada hata varmı?

Bu windows sunucuda çalışan bir site ben bunu linux cpanel tabanlı bir sunucuya taşıyorum.

C:\Inetpub\vhosts\xxx.com\httpdocs\inc/count.php

Satırındaki dizini /home/xxx.com/.. olarak düzenledim fakat hata vermeye devam etti.

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</head>
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&amp;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]
&lt;FilesMatch &quot;\.(php)$&quot;&gt; 
php_value short_open_tag &quot;Off&quot;
php_value auto_append_file &quot;C:\Inetpub\vhosts\xxx.com\httpdocs\inc/count.php&quot;
&lt;/FilesMatch&gt;