How can I set up a completely separate (not multisite) WordPress installation as a subdirectory of an existing WordPress blog?

I decided to move the child installation to the main site’s web root, and rename its subdirectory to intranet. Once I had done this, all I had left to do was place this line of code after the main site’s rules: RewriteRule ^intranet/ – [L] The – rewrites the URI to itself – thus overriding … Read more

Transferring WordPress Instances

You need change URLs in the complete database, not just in the two tables in wp_options. See WordPress Serialized PHP Search Replace Tool | Interconnect and the docs at Moving WordPress « WordPress Codex

Apache and Networks

Actually, There is no need for setup the VirtualHost in your server. Multisite have two way for visiting, base on subpath and subdomain. You choose the subpath, So the server don’t need to do anything. Just make sure your apache server support the rewrite. then add the .htaccess content as the below. It’s for the … Read more

Aliasing a subdomain on a wordpress network

So far as we know, we can control the subdomain by the WordPress subdomain network and apache rewrite rule(nginx works too.). The subdomain is a rule, so you can’t set it directyly in .htaccess by using your http://www.supercooldomain.com, but you can set another apacahe virutal host use your cooldomain. There is another wordpress plugin may … Read more

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