Discussion:
having two installs getting confused...
Haluk Karamete
2014-01-28 22:39:35 UTC
Permalink
www.domain.com is where the main WordPress site is installed.
(we installed the main site on the web root)

then, we have a 2nd WordPress site which we installed under a directory
right under the web root, as www.domain.com/site2 -

It is obvious that this wasn't gonna work.

As the main rewrite rules dictate, www.domain.com/site2 would be
considered as part of the main install and main one will look for a page
titled "site2".

what would be the way out of this?
Otto
2014-01-28 22:52:45 UTC
Permalink
That should work fine with a standard Apache setup and the standard
.htaccess rules.

If you have some other rules causing things to mess up, well, that's
different. :)

-Otto
Post by Haluk Karamete
www.domain.com is where the main WordPress site is installed.
(we installed the main site on the web root)
then, we have a 2nd WordPress site which we installed under a directory
right under the web root, as www.domain.com/site2 -
It is obvious that this wasn't gonna work.
As the main rewrite rules dictate, www.domain.com/site2 would be
considered as part of the main install and main one will look for a page
titled "site2".
what would be the way out of this?
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Haluk Karamete
2014-01-28 22:54:56 UTC
Permalink
We suffer here from the legacy stuff and we have to use IIS.
I am sorry that I forgot the mention the fact that this wasn't Apache.
Post by Otto
That should work fine with a standard Apache setup and the standard
.htaccess rules.
If you have some other rules causing things to mess up, well, that's
different. :)
-Otto
Post by Haluk Karamete
www.domain.com is where the main WordPress site is installed.
(we installed the main site on the web root)
then, we have a 2nd WordPress site which we installed under a directory
right under the web root, as www.domain.com/site2 -
It is obvious that this wasn't gonna work.
As the main rewrite rules dictate, www.domain.com/site2 would be
considered as part of the main install and main one will look for a page
titled "site2".
what would be the way out of this?
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Christian Wach
2014-01-29 10:22:41 UTC
Permalink
Post by Haluk Karamete
www.domain.com is where the main WordPress site is installed.
(we installed the main site on the web root)
then, we have a 2nd WordPress site which we installed under a directory
right under the web root, as www.domain.com/site2 -
It is obvious that this wasn't gonna work.
As the main rewrite rules dictate, www.domain.com/site2 would be
considered as part of the main install and main one will look for a page
titled "site2".
what would be the way out of this?
A subfolders multisite install has this structure out-of-the-box.

Cheers,

Christian

Loading...