Tagged Questions
3
votes
2answers
68 views
How to modify author base slug with groups and slug to use nice_nickname?
After reading the following suggestions from Jan Fabry regarding URL rewrite and the author slug I took the challenge in combining both solution in one.
Change author base slug for different roles
...
0
votes
1answer
123 views
How to Force WWW. in Domain With WordPress MU Domain Mapping Plugin?
I created a thread (How to make www. and no www. Go to same site, for all sites?) in the support forums for the WordPress plugin: WordPress MU Domain Mapping.
Everything is fine and dandy. I have a ...
2
votes
1answer
116 views
Members area with externally-managed htaccess / htpasswd authentication?
I am looking at the feasibility of converting a client's site from countless hand-built web pages to a WordPress installation. The challenge is that we have a free area and a members-only area. The ...
0
votes
1answer
117 views
Can not log into Multisite - Redirect issue
I am using Multisite 3.5 Beta3 in a folder - so not the root. It was a pre-existing wordpress blog. I have it set to use sub.domains.com not folders domain.com/sub
My folder looks like this:
...
1
vote
1answer
140 views
ReWriteRules and WordPress Multi-Sites with Sub Directories
I'm having a diffucult time getting the ReWriteRules and URL structures setup for a Wordpress 3.4.2 (latest version as of this post) blog with multi-site enabled.
www.ourdomain.com/ is the homepage ...
1
vote
0answers
83 views
One blog inside another
I have a question about having two blogs at the same host simultaneously. Here is my scenario:
The first blog is hosted in the root directory http://mathosproject.com/, and the second is hosted in a ...
1
vote
0answers
95 views
wordpress multisite permalink structure: mostly subdomains but not all
I've got a Wordpress multi-site install with three (related) sites, and it works great. Previously, each site had its own totally unique domain name which I was managing with the WordPress MU Domain ...
0
votes
0answers
117 views
Different network site slug for each language
I have one wp installation with network activated. Let's say it's on www.example.com
One of the sites in network is called Italy. I need to have italian and english language that work like this:
...
0
votes
2answers
632 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
1answer
272 views
Creating /blog subsite on WP multisite network
I've had a site for a few years that till yesterday consisted of two WP 3.2.1 installations- one for the main site and one for the blog, which had a different theme and was located at [site.com]/blog.
...
0
votes
1answer
149 views
How to configure Multisite Network with randomized hostnames?
I'm trying to convert a freshly-installed and functional WordPress into a multisite network. But I'm having problems because of our Apache configuration.
We use Apache to randomly redirect requests ...
1
vote
1answer
106 views
ReWrite rule for files of a previously standalone blog moved to network
A moved a standalone wordpress install to be one of a network, but the possibility to access the uploaded files with the same URL is need to be kept.
I'm trying to get the following rewrite rule to ...
3
votes
1answer
480 views
WordPress Network on IIS7/SQL Server - Rewrite Issues
I've just installed a fresh WordPress setup on Windows Server 2008 Web R2 (IIS7) with SQL Server Express and WordPress 3.1.
I completed the install successfully and logged into the admin section to ...
0
votes
1answer
265 views
Wordpress 3.1.2 Network Enabled non-www to www
OK so i am drawing a blank. I have setup a WordPress 3.1.2 Network site and want the main site to appear with www.mydomain.com not mydomain.com and i can get that to work but the back-end on the ...
1
vote
4answers
1k views
How to change the main site url on a multisite installation (network)?
My multisite (network) installation has 3 sites.
the main site (nothing there, just very brief information)
client 1 site -- siteurl/client1
client 2 site -- siteurl/client2
With domain mapper, ...
0
votes
1answer
341 views
Wordpress 3.0 Multisite - Child sites and backends appearing blank
I've just installed wordpress on our Rackspace server - I've set wordpress up for Multisite as I have done many times before.
The main wordpress site at the root functions fine - however when I add a ...