index.php, index.html
16
●1.237
- 31-12-2008, 19:59:21anladım dediğini kurac yaptım ama yine olmadı .htaccess listeside değişti yeni .htacess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress - 31-12-2008, 21:21:09
