file list of secure pages/files
Stress Relief <[email protected]> 13 Sep 2003 20:43:41 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <f256fb7b619936ab68a6dac14e337db3@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=229023#229023
----------------------------------------------------------------
Would anyone be able to tell me which files and folders are required on the secure side of the cart.
i currently have space on a server for non secure pages (http://www.fingersandtoes.net/catalog)
and
space on a shared secure server for secure pages (https://secure.easily.co.uk/~fingerstoes)
My host requires me to upload php files with a .rvw extension so they can be reviewed, so if i know what files are required this would save me alot of time.
Would the basic pages such as login.php need to be edited?
For example, would this
require('includes/application_top.php');
need to say
require ('http://www.fingersandtoes.net/catalog/includes/application_top.php');
Also, i assume that a mysql database would be required on my secure server to record sales and register customers