önce wp ndeki tüm eklentileri bi off yapın sonra daha sonra kalıcı bağlantıyı orjinal halde bırak seo girmeyin htaccessin içine bu şekilde at.
#Change upload limits
php_value memory_limit 34M
php_value post_max_size 33M
php_value upload_max_filesize 32M
php_value max_execution_time 600
#Change upload limits end
daha sonra içeri aktar de ve sonra htaccess i sil.
Not: xml bir kere aktardıktan sonra bu kodun htaccess de kalması zorunlu değil.
ayrıca söylediğin htaccess bu şekilde olmalı..
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
#Change upload limits
php_value memory_limit 34M
php_value post_max_size 33M
php_value upload_max_filesize 32M
php_value max_execution_time 600
#Change upload limits enda