Pretty URL via Rewrite

It’s the redirect in htaccess that will route the “pretty” url into the real querystring based url that is the issue. So, it would seem you need to “remove” the /{nicename} portion from the “pretty” URL of the form https://example.com/members-list-profile/{nicename}/?uid=XX. Try something like the following at the top of your .htaccess file (before the WordPress … Read more

404 not working, going to homepage; how to fix?

In my case, the issue was the multi-site config attribute NOBLOGREDIRECT This had been set in wp-config.php… // Redirect non-existent Multisite subdomain calls to www primary site define( ‘NOBLOGREDIRECT’, ‘http://www.example.com’ ); This prevents a valid 404 appearing since it is always interpreted as a bad call to a subdomain. There are two solutions: Comment it … Read more

Understanding Redirects

Q1. I’m inclined to not trust this message on this site and think it’s nothing to worry about. It states clearly below that the certificate covers mail.yoursite, www.yoursite and yoursite. I couldn’t reproduce this error trying a couple of other ssl checker services such as https://www.sslshopper.com/. It’s also notable that in the little mouseover ? … Read more