Bu siteyi yeni host' a taşıdık arkadaşlar yalnız .htaccess ' i FTP 'ye atınca site açılmıyor hata mesajı alıyorum.

Site bu linkte .htaccess içinde ki kodlar bu şekilde .htaccess kaldırınsa site çalışıyor ama bu seferde linkler çalışmıyor bu konuda yardımlarınızı rica ediyorum.

Teşekkrüler

Alıntı
# BEGIN WordPress
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>

# TARAYICI ÖNBELLEĞİNDEN YARARLANMA

<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>





# END WordPressa