Site not accessible
-
I have been using jetpack for awhile, but few days ago, I saw some issues on my site, when i logged in to my dashboard, I discovered that my jectpack have been disabled, when I tried to connect it again, I got this error message;
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 404]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.me/support/
when i contacted my host provider, they told me that the issue is from my .htaccess, I then edit my .htacces, please here is the content of my .htacces,
<Files “xmlrpc.php”>
Order Allow,Deny
deny from all
</Files># BEGIN Far Future Expiration Plugin
<IfModule mod_expires.c>
ExpiresActive on
<FilesMatch “\.(gif|jpeg|jpg|png|ico|js|swf)$”>
ExpiresDefault “access plus 8760 hours”
</FilesMatch>
</IfModule>
# END Far Future Expiration Plugin# 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
what is actually wrong with it, I can’t remember doing anything there, but if there is anything I have to remove there to get jetpack back to work, please let me know.
- The topic ‘Site not accessible’ is closed to new replies.