Problems with WordPress multisite directories/url structures and admin access after migration

I don’t know how the migration was executed, but here are some things that have caught me out in the past. Files: Check the .htaccess and wp-config.php files. htaccess for a multisite should look something like this: RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ … Read more

My blog load time on Bluehost and Word press is too much. I have slipped in Google Search Ranking

Your total time for DNS is 486ms, which is OK. So the loading time issue is not with the hosting: http://prntscr.com/uw69rh You need to optimize your site for a faster loading. It looks like getting rid of the Fontawesome alone can save you a massive 2,580ms: http://prntscr.com/uw6bd9 So start with that. Replace all of your … Read more

Problems fixing a REST API 404 after Moving my WordPress Directory and updating Permalink Structure

This sounds like it might be an issue with how the files for the main Apache2 configuration file and those found in the virtual host are written. Adding the following line to the file * /etc/apache2/sites-available/hostname-le-ssl.conf before <Directory /var/www/html/hostname/public_html/> AllowOverride All Then restart apache2. $ sudo systemctl restart apache2 The files in /etc/apache2/sites-available are symlinked … Read more