Ben sadece WP son sürümüne yükselttikten sonra onun birden fazla sitelerine oluyor başladı yinelenen bir konu ile bir meslektaşım yardım ediyorum ... O 4 site bugün aşağı gitmek vardı. İşte o sunucu host geri alınan mesaj var ...
The coding that wordpress posts into the .htaccess file is basically being re-pasted in a malformed fashion. Basically we just separate these two as you can see below. Contrary to the post statement I had seen previously, there is nothing in the apache logs files indicating any changes to you site. Neither are there entries over cpanel or FTP. All methods of compromise have been exhausted. I do not believe your scripts are being compromised in any manner. This is an issue within wordpress itself. Have there been any changes to the blogs, or perhaps any changes that effected all accounts recently?
. Isabet htaccess dosyası içeriğinin özü bana meraklı kısmı şudur:
</IfModulden
# END Word</Limit>
AuthName siteeakers.net
AuthUserFile /home/site/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/site/public_html/_vti_pvt/service.grp
İşte barındırma sağlayıcı veya önce ve sonra htaccess düzeltmek gelen tam metni ...
Önce ...
root@cherry [/home/site/public_html]# cat .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModulden
# END Word</Limit>
AuthName siteeakers.net
AuthUserFile /home/site/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/site/public_html/_vti_pvt/service.grp
Options All -Indexes
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Sonra ...
root@cherry [/home/site/public_html]# cat .htaccess
AuthName siteeakers.net
AuthUserFile /home/site/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/site/public_html/_vti_pvt/service.grp
Options All -Indexes
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress