Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.
-
soetes #1
Cannot verify connection - PHP header redirect
We run a number of sites in shared hosting accounts. We route incoming requests
to the right directory using the PHP header redirect below.
But Contribute cannot establish a connection when we use this redirect.
Without the redirect, it's fine.
Does anyone know of this problem and/or a workaround. I'd hate to have to open
separate hosting accounts for each domain!
TIA
<?
if (strstr($HTTP_HOST, "documentaryaustralia.com.au")) {
header("Location: http://www.documentaryaustralia.com.au/da/index.php");
exit;
}
elseif (strstr($HTTP_HOST, "www.documentaryaustralia.com.au")) {
header("Location: http://www.documentaryaustralia.com.au/da/index.php");
exit;
}
elseif (strstr($HTTP_HOST, "documentaryaustralia.imagine-hosting.com")) {
header("Location:
http://documentaryaustralia.imagine-hosting.com/da/index.php");
exit;
}
elseif (strstr($HTTP_HOST, "inthecompanyofactors.com.au")) {
header("Location: http://www.inthecompanyofactors.com.au/itcoa/index.php");
exit;
}
elseif (strstr($HTTP_HOST, "www.inthecompanyofactors.com.au")) {
header("Location: http://www.inthecompanyofactors.com.au/itcoa/index.php");
exit;
}
else {
header("Location: http://www.documentaryaustralia.com.au/");
exit;
}
?>
soetes Guest
-
Cannot verify the connection
I'm having a few problems trying to get 'Macromedia Contribute 3'. It appears to be an issue with the Contribute 3 verification process. It all... -
"Contribute cannot verify your connection information."on a Local / Network connection
When I create a connection key and specify Local/Network for the website, then select the right folder, I get this error: "Contribute cannot... -
"Contribute cannot verify your connection information"- Every other problem ruled out, but still no connection
Hi, first, please allow me to give you the background info Client OS - Windows 2000/XP Pro Version - Contribute 2.01 - I installed the patch from... -
SoapHeaderAttribute Required is obsolete. How to verify the header?
Now that the Required property of SoapHeaderAttribute is obsolete, how can I verify that my custom SOAP header is sent to my Web Service? If it... -
#9852 [Com]: Header redirect and db connection cause "CGI misbehaved"
ID: 9852 Comment by: nospam at nospam dot de Reported By: ron dot baldwin at sourceprose dot com Status: Closed... -
ThinkInk #2
Re: Cannot verify connection - PHP header redirect
I don't see why you want to use the redirect in Contribute. You just have to
make connections to the different folders in Contribute (in your case it seems
to be three connections: [url]http://www.documentaryaustralia.com.au/da/index.php[/url],
[url]http://documentaryaustralia.imagine-hosting.com/da/index.php[/url],
[url]http://www.inthecompanyofactors.com.au/itcoa/index.php[/url]) and then you administer
these three connections throught Contribute admin section, adjusting Users and
Roles, making Connection keys, etc.
What you have as a result a three 'sites' in Contribute with there own
connection and administration, but within the same domain.
When you do not want that, you just provide your users with bookmarks (main
menu) to the three main folders/pages, so they can start browsing and editing
from these starting pages.
ThinkInk Guest



Reply With Quote

