0
votes
0answers
39 views

Two Sub-Directories, One Database

I have an existing site install at mysite.com/wordpress (but it is set to be accessible at simply mysite.com). I have also installed a separate WP installation on a sub-domain (publish.mysite.com). I ...
0
votes
1answer
48 views

Moving from one WP site to a new WP site incrementally

I'm working on a site that will be changed incrementally (i.e. first the new Homepage will go live, then product pages, then contact, etc). It will not be a switch-flip, wholesale changeover between ...
0
votes
2answers
48 views

Is it ok to have one wordpress installation for server.com and www.server.com?

I am about to install Wordpress and I want to know if I have to redirect let's say url server.com to www.server.com if I want to have only one Wordpress installation. I want users to be able to use ...
1
vote
1answer
172 views

How to use if condition to change $table_prefix in wp_config.php

I am testing a very big database (perhaps wp_posts contains hundreds of thousands of rows). As such, the query time, especially the searching query, is extremely long. I'm thinking if there is any ...
0
votes
1answer
139 views

Should I go for Multisite or separate WP Installation?

I'm developing an article site where an user can register and post the articles and the URL would be like http://domain.com/articles/category-name/article-name The site will also be having a blog ...
1
vote
1answer
720 views

One WordPress install serving multiple virtual hosts

I have a number of WordPress-enabled sites setup as virtual hosts under XAMPP on a Windows 7 development server. An example virtual host is as follows: <VirtualHost *:80> ServerName ...
3
votes
1answer
281 views

What specific database privileges does WordPress need?

I want to create a new database user for my WordPress installation. Usually on localhost, i can just use root, but it is good practice to use a user with as little rights as possible. What are those ...