multisite custom directory

I have a multisite installation with domain mapping at the original site I was changed the wp directories to a custom wp-content changed to {root} themes moved to {root/themes} plugins moved to {root/ext} uploads moved to {root/uploads} Every thing is working great on the main site. On the mapped sites it works with uploads and … Read more

How can I make wordpress suppress mysql errors?

WordPress has two functions related to SQL queries and their errors as mentioned in What Is The Difference Between suppress_errors() And hide_errors() in $wpdb? From what I’ve read setting WP_DEBUG to false in wp-config.php will set hide_errors() so that mySql errors aren’t show – but if the site can’t connect to the database you’ll still … Read more

Suppress subdirectory from WordPress Multisite primary URL

I just installed WordPress Multisite (version 4.7.2) in a subdirectory of my primary domain (site1.com/wordpress), and I’ve configured multisite to use subdirectories for all other sites. I understand that WordPress will not allow a change to the primary site’s URL to remove the /wordpress portion of the URL because of how it handles permalinks. But … Read more

plugings request url is the old url

I have changed my WordPress site url in wp-config.php by adding this two lines: define( ‘WP_HOME’, ‘http:// $new url’ ); define( ‘WP_SITEURL’, ‘http:// $new url’ ); almost everything working fine, but I have some plugins that still trying to get data from the old url, for example: https://OLD URL/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.3.0 there is another place that I … Read more

Why am I getting ERR_NAME_NOT_RESOLVED when I add a site to my multisite installation? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question? Closed 6 years ago. Improve this question About a year ago, I created … Read more