RE: file list of secure pages/files
Qwiz <[email protected]> 14 Sep 2003 04:11:22 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <8086a052afd7c441dc662725851bdff7@osCommerce-Forums> |
This message was sent from: Installation and Configuration http://forums.oscommerce.com/viewtopic.php?p=229215#229215 ---------------------------------------------------------------- Marc I am no expert at this by any means,, but maybe I can offer a little help. all of u'r files will go to the same server,, the none secure one,,, and in the configure php files,,, one in catalog/includes folder,, and one in catalog/admin/includes folder,,,, there is a couple of line's that talk about the https (secure) server,, and there is where u would just tell it where u'r shared secure server url. When someone clicks on a link that needs to be secure,, the scripts will call the ssl and read the file secure automaticaly,, again, all files do go in the same none secure area,, and it knows when to call the secure certificate ,, and it knows where to find it based on the lines in the configure.php files listed above telling it where to find the https domains. and that ssl is true. Also, maybe something in advance that will save u some research later,, is since you are using a shared secure server,, you can not set the force cookie option in the admin, sessions section to true,, since forced cookies is not supported on shared ssl in oscommerce yet. hope this helps Tom