How do I maintain static directories on multisite subdomains?

The standard WP RewriteRules ignore files and directories that “exist”. Example: # 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 This the rewrite rule set for a WP install in the “root” of a site. Notice these … Read more

BackPress – which libraries i need to load to work with Multisite?

BackPress does not offer any multisite support libraries, you’ll have to build those yourself with the support of the WordPress multisite source code. The following are the major parts making up multisite functionality: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-admin/network.php, deployment of a multisite environment. http://core.trac.wordpress.org/browser/tags/3.3.1/wp-admin/includes/ms.php, most multisite administration functionality http://core.trac.wordpress.org/browser/tags/3.3.1/wp-admin/includes/ms-deprecated.php, deprecated administration functionality, can have some useful stuff http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/ms-functions.php, Multiite … Read more

Creating a better multi-site search experience

There is actually an existing tool called Sitewide Tags that takes care of this. Essentially, it creates an extra hidden site on your network and mirrors content from each of your other sites on it. Then, when you search, you search against the hidden site and get links back to the original content location. I’ve … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)