Hello again.
Well.. My slave configuration is just like that.
The only difference is that the Doimain is:
http://{site_url}/candidato/{site_id},
candidato01.example.org.mx
What I have just discovered is:
a) The Master.
-
www.yomecomprometo.org.mx/
a.1) Images directory (JCE editor in the article editor),
ok
shows the contents of:
/path/to/the/httpdocs/images/stories (
master)
a.2) When I upload a file,
ok
it lands on the same path
b) The Slave, option one.
-
candidato01.example.org.mx/
b.1) Images directory (JCE editor in the article editor),
WRONG
shows the contents of:
/path/to/the/httpdocs/images/stories (
master)
b.2) When I upload a file,
WRONG
it lands on the same path
c) The Slave, option two.
-
www.example.org.mx/candidato/candidato01
c.1) Images directory (JCE editor in the article editor),
ok
shows the contents of:
/path/to/the/httpdocs/candidato/candidato01/images/stories (
slave)
c.2) When I upload a file,
WRONG
it lands on:
/path/to/the/httpdocs/images/stories (
master)
And then the upload window shows an error. "It's not possible to upload the file"
Any ideas?