arkadaşlar bir siteme
siteismi.com diye girersem şöyle bir hata veriyor ; Warning: Cannot modify header information - headers already sent by (output started at /home/ogmass/public_html/index.php:5) in /home/ogmass/public_html/wp-includes/pluggable.php on line 850
ama www. koyarsam hatasız giriyor. .htaccess olabilir diye düşündüm ama ondada bir sorun yok. onuda vereyim ;
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>neden olur bu sorun?