Jetpack won’t work fully because
-
I keep trying to go to my sites XMLRPC.php. but when I enter the address, it redirects to my main site. I tried turning off all plugins, but it didn’t work so I don’t think it’s a plugin issue. I made my site with the DigitalOcean WordPress droplet if that helps any. Here is my .htcaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Jetpack won’t work fully because’ is closed to new replies.