.htacess dosyanızı gözden geçirin gzippy nin kodları kalmış olabilir
Alıntı
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^video/(.*).flv$ oynat2.php?id=$1 [QSA,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
sadece bu kodlar var hocam