black_zoro143 Posted April 29, 2009 Posted April 29, 2009 Hello Friends! i am just tired of to search about this on google but i don't found any help on this topic. after installing SSL we need to make changes in .htaccess to redirect my http:// to https:// (PositiveSSL.) all is working quite good but the most critical problem is, all email system of the website is not working at all no verification email is working no password reset no contact us no admin email system is working if admin try to send bulk emails, newsletter, subcribe etc nothing is working.. here i am sending you are screenshot also. try yourself goto main page click on contact us try to send email it will show your "security warning" message box which is a big headache then no email will be sent and show you this error. "Error Your E-Mail Address does not appear to be valid - please make any necessary corrections." Thank you
FIMBLE Posted April 29, 2009 Posted April 29, 2009 Why is this page https any how? There is no need to really it just slows your site down. osCommerce has built in code for ssl you need only define it in your configure files. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
black_zoro143 Posted April 29, 2009 Author Posted April 29, 2009 Why is this page https any how? There is no need to really it just slows your site down. osCommerce has built in code for ssl you need only define it in your configure files. Nic You mean to say i don't need to set any redirection??? in .htaccess or in cpanel. oscommerce will auto active SSL when it required specially while user will do trasaction????
FIMBLE Posted April 29, 2009 Posted April 29, 2009 You mean to say i don't need to set any redirection??? in .htaccess or in cpanel.oscommerce will auto active SSL when it required specially while user will do trasaction???? All you need to do are change these two files, one line in each admin / includes / configure.php and catalog/includes/configure.php (if your store is in catalog folder) From define('ENABLE_SSL', false); To define('ENABLE_SSL', true); Thats it Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
black_zoro143 Posted April 29, 2009 Author Posted April 29, 2009 Thank you so much for you your great help but question is still same. yes i already activated Enable SSL in website while i install it is without using redirection code for http:// to https:// 1) my site will secure ?? 2) is my website will auto active the golden lock (which shows it is encrypted and safe) when it needs specially when user goes to do any transaction or checkout???
FIMBLE Posted April 29, 2009 Posted April 29, 2009 yes it will here is an example of code <?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' it states the page must be SSL protected. Try it, go to create account page, if your store is still standard code then the padlock will be there Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
black_zoro143 Posted April 29, 2009 Author Posted April 29, 2009 WoW thanks alot you solved the problem. by the way what is this <?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">'
FIMBLE Posted April 29, 2009 Posted April 29, 2009 its a link to the account.php file (php) or part of it. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
black_zoro143 Posted April 29, 2009 Author Posted April 29, 2009 thanks you are awesome, i want to set when user signup from my site it should ask for email verfication, but i don't find any info in oscommerce admin panel there is only Verify E-Mail Addresses Through DNS but i try to signup it does not ask me for verify email..
FIMBLE Posted April 29, 2009 Posted April 29, 2009 You need to install http://addons.oscommerce.com/info/5241 Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.