Hocam index.html dosyası vardı onu index.php yaptım su anda ana sayfa acıldı :S

ama başka bişiyok bi bakarmısınız?

Alıntı
[XXXXTarsus[/url]

.htaccess dosyasıyla alakalı olabilirmi?
Alıntı
AddHandler application/x-httpd-php .html
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond $1 !^(index\.php|images|css|javascript|rte|robots\.tx t|jpg|cache|pictures)
RewriteRule ^(.*)/(.*).html$ preview.php?catname=$1&id=$2 [QSA,L]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond $1 !^(index\.php|images|css|javascript|rte|robots\.tx t|jpg|cache|pictures)
RewriteRule ^(.*) browse.php?catname=$1 [QSA,L]