Şuan ht dosyam bu şekilde ama hala düzelmedi ?
Alıntı
# BEGIN WordPress
<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 WordPress
#Change upload limits
php_value memory_limit 50M
php_value post_max_size 50M
php_value upload_max_filesize 50M
php_value max_execution_time 900
#Change upload limits end
Sitem wordpress ve durmadan bu hata çıkıyor.
Alıntı
Fatal error: Out of memory (allocated 7340032) (tried to allocate 7680 bytes) in /home/xxx/public_html/www.xxx .net/makale/wp-includes/user.php on line 1106
Fatal error: Out of memory (allocated 23855104) (tried to allocate 30720 bytes) in /home/xxx/public_html/www.xxx .net/wp-content/plugins/wp-postviews/wp-postviews.php on line 357