noeffort Posted June 20, 2003 Posted June 20, 2003 Hi, Any forms in cgi-bin or do we make our own folder? Had order form at old site:FORM METHOD="POST" ACTION="http://www.aquariuminstruments.com/cgi-bin/formmail.cgi"> <INPUT TYPE=hidden name="recipient" VALUE="az@aquariuminstruments.com"> <INPUT TYPE=hidden name="subject" value="OrderSubmitted"> <INPUT TYPE=hidden name="redirect" value="https://secure.securesys.com/global/securetrans.htm"> ****when above was filled out it brought you to the secure form below**** **Once secure form was filled out, I could asscess at secure server**** <FORM METHOD="POST" ACTION="https://secure.securesys.com/cgi-bin/global/order.cgi"> <INPUT TYPE=HIDDEN NAME="redirect" VALUE ="http://www.digiserve.com/cgi-bin/formmail.cgi?recipient=az@aquariuminstruments.com&subject=CreditCardTransactionForm&redirect=http://www.aquariuminstruments.com/thankyou.htm"> <INPUT TYPE=HIDDEN NAME="sort" VALUE ="order:cardholder_name,Ordering_CardType,credit_card_number,cmbExpirationMonth,cm ExpirationYear,cvc,street_address,city,state,country,zip_code,not using basket"> Any way I could get this up at toatchoice after making https changes? Quote
noeffort Posted June 20, 2003 Author Posted June 20, 2003 Been thinking about how to do. Need to have a secure folder, no public access where I can rediredt the form to. Quote
Head Guru Posted June 20, 2003 Posted June 20, 2003 any thing placed out of your public_html is no accesable to the public. The cgi-bin is created automaticly when your account is provisioned. You can place your scripts in the bin folder if you like. Your question really doesnt make much sense to me, I tried to answer what I think you were asking. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.