arkadaşlar godaddy de deluxe hosting kullnaıyorum 1. sitede sorun yok. ama 2. sitenin hostingi root da /klasöt şeklinde. bu sebeple ilk sitenin htaccess i siteyi angelliyor. siteadı.com diye girince açılmıyor. ama siteadı.com/index.php şeklinde açılıyor. htaccess i aşşağıda verdim. diğer siteyi bozmadan bu sorunu nasıl düzeltebilirim. ne yapmam gerekli arkadaşlar?
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^top/page/(.*)/$ http://siteadı.com/top.php?page=$1 [L]
RewriteRule ^latest/page/(.*)/$ http://siteadı.com/latest.php?page=$1 [L]
RewriteRule ^(.*)/(.*)/(.*).html$ http://siteadı.com/show.php?cat=$1&sub_cat=$2&img=$3 [L]
RewriteRule ^(.*)/(.*)/$ http://siteadı.com/showcat.php?cat=$1&subcat=$2 [L]
RewriteRule ^(.*)/$ http://siteadı.com/showcat.php?cat=$1 [L]
RewriteRule ^most-rated.html$ http://siteadı.com/showmost.php?type=1 [L]
RewriteRule ^most-clicked.html$ http://siteadı.com/showmost.php?type=2 [L]
RewriteRule ^most-downloaded.html$ http://siteadı.com/showmost.php?type=3 [L]
RewriteRule ^most-Searched.html$ http://siteadı.com/showmost.php?type=4 [L]
.htaccess acil yardım sitem açılmıyor
10
●937