Questions tagged [wordpress-mu]

27 questions
5
votes
10 answers

trouble backing up large mysql database

I have a wordpress MU database with something like 10,000+ tables for various user's blogs. I need to upgrade wordpress MU to newest version, but want to backup the DB before hand. PHPMyAdmin fails to even load the page when i click export. Ive…
mrpatg
  • 151
  • 1
  • 3
2
votes
1 answer

Does the number of directives in a .htaccess affects performance and page loading time?

Does the number of directives in a .htaccess file impacts performance and page loading time in a significant way? If so, how much directives or line would be acceptable? Say, for example, I want to use HTML5 Boilerplate .htaccess plus the directives…
2
votes
2 answers

Nginx + Wordpress Multisite 3.4.2 + subdirectories + static pages and permalinks

I am trying to setup Wordpress Multisite, using subdirectories, with Nginx, php5-fpm, APC, and Batcache. As many other people, I am getting stuck in the rewrite rules for permalinks. I have followed these two guides, which seem to be as official as…
UrkoM
  • 373
  • 4
  • 16
1
vote
1 answer

port 80 is being redirected , not accessible except on local network

I know this is probably something dead simple but I'm not exactly a pro at Nginx or Linux yet. I have a Wordpress MU network configured for port 80 (I can access this on my.site on the LAN) I have phpmyadmin on port 80 in my /etc/hosts to go to…
1
vote
0 answers

mediawiki and wordpress MU different root with Nginx

i want to use wordpress MU with mediawiki on the same domain , but i'm using a kind of mediawiki hosting service called wikifamily. so i have to different script root : /var/www/wikifamly for mediawiki /var/www/blogs for wordpress I want to use it…
eyadof
  • 207
  • 2
  • 6
1
vote
2 answers

302 Redirect on wordpress+nginx with blank page

My wordpress MU setup, with Nginx, is showing a blank page with following errors and access log entries. "GET / HTTP/1.1" **302** 293 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19" "GET…
Farhan
  • 4,210
  • 9
  • 47
  • 76
1
vote
1 answer

Migrating from multiple WordPress instances to one WordPress MU?

In reference to my previous question, wherein it appears the best way of handling multiple instances of WordPress will be to use MU (even across multiple domains, etc) - I'm looking for a way to migrate multiple individual WordPress instances to one…
warren
  • 17,829
  • 23
  • 82
  • 134
1
vote
1 answer

Forcing HTTP/HTTPS Redirect on AWS LightSail Wordpress Multisite - Not being implemented

I have searched many site and also Bitnami support pages and I was unable to find an answer to this issue I see. I cannot post on Bitnami support cummunity as a new topic as I have just joined :/ I have summarised as best I can but there is a lot…
1
vote
0 answers

How to get Azure File Share to work with Wordpress multisite domain mapping when file share mounted to wp-content to resolve eorror 520

I am getting an error 520 on my images from sub-sites that domain mapped in wordpress. I am running azure file share with an azure vm that I plan to expand to more vm's. The File share is mounted to the wp-content blogs.dir folder. If I move the…
0
votes
1 answer

Nginx Wildcard Subdomain Automatic Creation of Access Log File

I have almost 200 subdomains on NGINX and have the directive access_log /var/log/nginx/$host-access.log; The problem is none of the subdomain access log files actually exist, so the error log is loaded up with errors like (13: Permission denied)…
Elkrat
  • 5
  • 1
0
votes
1 answer

NGINX with wordpress multisite ssl securing custom url

I have a Nginx configured to serve a Wordpress subdomain multisite with main domain as domain.com. We use it to create several sites to our customers, then some of them want a personalized url, in our site we have customername.domain.com and…
GIJOW
  • 123
  • 6
0
votes
1 answer

Can I access a self hosted Wordpress Install via it's IP or How does one properly set up WP on a load balancer?

Situation: We're setting up a load-balancer with a self hosted WordPress (4.6) Networks on RHEL 7. MariaDB is replicated via master-slave. Problem: However, our network team want to point the load-balancing monitor trigger to…
Rick
  • 299
  • 1
  • 4
  • 12
0
votes
1 answer

what is causing wordpress file empty error on uploads?

I can't seem to figure out why I get the following when I try to upload anything in wordpress... for both media uploads and wordpress import xml: "Sorry, there has been an error. File is empty. Please upload something more substantial. This error…
David L.
  • 3
  • 1
  • 3
0
votes
0 answers

Migrated wordpress multisite to ubuntu with nginx - resources not found

I recently moved my wordpress multisite install from shared hosting to a could ssd server running ubuntu, I also changed it to run with nginx. Everything is working fine, except that a handful of resources don't seem to be loading. I have a checkout…
Sam Skirrow
  • 101
  • 3
0
votes
1 answer

Changing URL of Wordpress Multisite Blog using Nginx - proxy_pass? Location with regular expression error

I've set up a Wordpress Multisite (aka WPMU) instance on AWS to serve my four blogs, which are all currently single site installs. Three of the blogs run on the domain root, but one needs to be served from /blog/ as I have a custom written website…
Tim
  • 30,383
  • 6
  • 47
  • 77
1
2