hi.

my adsl modem is set to forward all port 80 and couchdb-port traffic to a
certain machine.

i serve 2 domains that are of note here : seductiveapps.com (that my
couchdb is set to, for as far as couchdb settings that involve the domain
it's being served from matter, if at all), and said.by from which i intend
to run a blogging platform (test phase first, then perhaps advertise the
thing).

that machine has apache config-ed to serve *:80 to a certain directory that
contains my web apps platform code (sa). so that means i see the same
code's output as for seductiveapps.com when i browse to said.by

sa can put (on a localhost config on my development machine) couchdb data
in specific tables that are offset with
    $serverHTTPhost = str_replace('.','_',$_SERVER['HTTP_HOST']);

$tableName = $serverHTTPhost.'___sa_documents__user__rene'; // for instance

all works beautifully, except that i can not register users from the new
domain.
a complaint about malformed URLs in both my
http://said.by/seductiveapps/siteData/reInit.php?doCouchDB=y script and my
user registration script
http://said.by/seductiveapps/accounts/1.0.0/ajax_register.php?saRegistration_loginname=somebody&saRegistration_password_1=bla123&saRegistration_password_2=bla123&[email protected]&saRegistration_realname=Some%20Body

i did set the domain by which all PHP-to-CouchDB requests are to be made,
to said.by, for any domain said.by code output that gets served from that
machine.

and i can see the basic interface for the website from http://said.by as
well.

i'm happy to look up answers to any questions you might have about my setup.

my code is listed at gitlab.com/seductiveapps/seductiveapps

help will be much appreciated.

Reply via email to