Nothing is impossible

Blog cá nhân tổng hợp những kiến thức về website và Mar online (^_^)

Hướng dẫn sửa lỗi 403 site-inaccessible jetpack cho wordpress


Khi bạn gặp phải lỗi như ở tiêu đề đã nói, bạn chỉ cần sửa lại file .htacess

Mã:
# 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>

# BEGIN Protect XML-RPC
<Files "xmlrpc.php">
Order Deny,Allow
Deny from all
</Files>
# END Protect XML-RPC


# END WordPress
Sau đó sửa dòng
<Files "xmlrpc.php">
Order Deny,Allow
Deny from all
</Files>

Thành 

Mã:
<FilesMatch "xmlrpc\.php$">
Satisfy Any
Allow from all
</FilesMatch>
Vậy là xong, xin cảm ơn ạ 
Share on Google Plus

About Vietnguyen

Blog tổng hợp các kiến thức về website và marketing online. Chia sẻ là niềm vui ! Tôi làm được bạn cũng làm được. Nothing im possible
    Blogger Comment
    Facebook Comment

0 nhận xét:

Đăng nhận xét