Tagged Questions
0
votes
0answers
23 views
BLOG_ID_CURRENT_SITE is defined but not defined [closed]
Can someone explain to me why this code:
var_dump( BLOG_ID_CURRENT_SITE );
var_dump( defined( BLOG_ID_CURRENT_SITE ) );
spits out this:
int(1)
bool(false)
It sort of looks to me like an ...
0
votes
2answers
163 views
Uploading files bigger than 58meg I get HTTP error. or IO error. when using media uploader in WP v3.51 Multisite, hosting is Linux at GoDaddy
For uploading files bigger than 58meg I get HTTP error. or IO error when using media uploader or 500 Internal Server Error when using browser uploader in WordPress v3.5.1 Multisite
.
It seems to get ...
6
votes
1answer
517 views
Moving a WP Multisite to a subdirectory
Firstly, I've read a number of posts on this process. However, for various reasons, the process remains difficult to implement or troubleshoot for lack of even abstracted examples, or maybe too ...
3
votes
3answers
222 views
Is there a way to define wp_blogs domains in wp-config?
In my multisite setup I have multiple environments that I want to share the same database, but use different domains.
server1.example.com
server2.example.com
example.com
... each of those would ...
1
vote
2answers
146 views
Custom port problem with local MU installation
Situation
I've just setup a new installation of WordPress (running on XAMPP/Win7). As I had a port conflict on :80/:443, I switched to :187/4430.
Error
When I'm now trying to access ...
0
votes
2answers
625 views
How to disable the default WordPress redirect to non-www URLs?
I am trying to redirect all non-www to www URLs in my WordPress MultiSite install. I am using a simple .htaccess rule like this:
# Redirect non-www to www:
RewriteCond %{HTTP_HOST} !^www\. [NC]
...
0
votes
2answers
781 views
Problem with new Multisite Installation
I have installed and converted two wordpress installations to Multisite .It was not first time and I done it before for some of my websites.
I was successfully able to use it too.But I could not find ...
2
votes
1answer
469 views
domain mapping confused about sunrise
When i try to access my domain mapping page it asks me to move the line define('sunrise', 'on') above the last require_once line in the wp-config file. It is already above this line. I tried moving it ...