[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Formmail 1.9s (nobaloney ver), works on main site but no other sites



More info -

I am seeking a way to fix this by adding a DNS record or a script alias
or something like that. As all my vsites have the old action code as
below -

We originally had the server called 'gold' now the server is simply
'www'.

The reason virtual sites don't work with formmail is the action in the
forms is from the old server name -
<form name="form1" method="post"
action="http://gold.mainsite.com/cgi-bin/formmail.cgi";>

With the new server name any virtual site and the main site works 100%
with -
<form name="form1" method="post"
action="http://www.mainsite.com/cgi-bin/formmail.cgi";>

Obviously I do not want to be editing and uploading new form pages for
all my vsites. Anyway I can do this with a DNS record or a server side
edit??

 
regards,
 
Todd Kirk


> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx 
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of Todd Kirk
> Sent: Monday, 25 November 2002 1:32 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] Formmail 1.9s (nobaloney ver), works 
> on main site but no other sites
> 
> 
> Hi all,
> 
> This is driving me crazy, my formmail 1.9s script functions 
> fine for my
> main site. But all other sites report "error: no recipient". I have
> triple checked settings and reuploaded files etc, here is 
> what I have -
> 
> 1. Prior to rebuilding the server we used the script with recipient
> addresses as -
> @recipient_addresses = ();
> 
> 2. I have also tried
> @recipient_addresses = ('user@xxxxxxxxx','user@xxxxxxxxxxxx');
> 
> 3. @recipient_domains = ('vsitedomainname.com','mainsite.com');
> 
> 4. chmod to 755
> 
> 5. uploaded formmail as main site admin, also tried as box admin, also
> tried chowning to various users
> 
> I really need to solve this, any suggestions. And yes I have been
> searching google and the archives but cannot find someone that has my
> main site vs vsite issue.
>  
> regards,
>  
> Todd Kirk
> 
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>