|
|||
|
Il software che devo installare (un carrello per e-commerce) ha bisogno di queste caratteristiche:
-------------------------------------------------------------------------- Before installing WebAsyst you must open php.ini file (located in the directory where PHP is installed on your server) and disable SAFE_MODE option: safe_mode = off To run WebAsyst, you must have the following parameters set in php.ini file on your server: session.use_trans_sid = 0 session.auto_start = off session.use_cookies = 1 session.use_only_cookies = 1 allow_call_time_pass_reference = 1 magic_quotes_gpc = 1 magic_quotes_runtime = 0 session.name = PHPSESSID display_errors = 0 register_long_arrays = 1 If it is not possible to modify php.ini file (most of virtual hosts do not allow this), then you may override these settings by use of .htaccess file, which must be located in the directory, where you have installed WebAsyst. php_flag session.use_trans_sid 0 php_flag session.auto_start off php_flag session.use_cookies 1 php_flag session.use_only_cookies 1 php_flag allow_call_time_pass_reference 1 php_flag magic_quotes_gpc 1 php_flag magic_quotes_runtime 0 php_value session.name PHPSESSID php_flag display_errors 0 php_flag output_buffering On php_value auto_prepend_file none NOTE: In order for the settings in .htaccess file to be effective, the following directive must be set in Apache configuration file httpd.conf: AllowOverride All -------------------------------------------------------------------------- Vorrei sapere se ci sono e nel caso se è possibile creare un file .htaccess come descritto sopra e nel caso come crearlo (basta un file di testo contenente le righe sopra?) Richiede inoltre queste caratteristiche che però penso siano comuni ma di cui vorrei avere certezza prima dell'acquisto: -------------------------------------------------------------------------- To install WebAsyst Shop-Script on your web server it should satisfy following system requirements. * PHP 5 * MySQL 4.1 or higher, 5.x * Required PHP extensions: o — mbstring, iconv for proper utf-8 encoding handling, o — ZLib is required for installation and automated update(archive functions), o — domxml, simplexml — for parsing XML files, o — GD — for image resizing, o — cURL is required if you would like to receive SMS notifications on new orders or use one of the following payment and shipping options — Google Checkout, PayPal Express Checkout, Authorize.Net AIM, NetRegistry, eProcessingNetwork, UPS, USPS. * Apache web server with mod_rewrite enabled is required for user-friendly URLs style in your storefront (e.g. /product/alarm-clock/, /category/mobile-phones/). If mod_rewrite is disabled or if you use IIS web server, only old Shop-Script style URLs can be used (index.php?productID=X, index.php?categoryID=Y). * It is highly recommended to install web servers that do not limit maximum execution time for PHP scripts or where this limitation is not less than 3 minutes. WebAsyst Installer uncompresses entire archive with script files during installation — automatic propersetting of file access permissions (chmod) during installation and downloading of archive with software updates (automated scripts update system). If your web server limits the maximum scripts execution time, WebAsyst installation wizard will not be able to uncompress archive with script files (usually it takes about 2-3 minutes) which means that you will have to install software and set file permissions (chmod) manually. Grazie e mi scuso per la lunghezza della richiesta. |
|
|||
|
Mi rispondo da solo,ho installato tutto e le caratteristiche richieste sembrano esserci tutte dato che il programma le verifica.
L'unico inconveniente che ho trovato è che essendo il tempo di esecuzione degli script pari a 30 sec e non modificabile ho dovuto installare tutto a manina non potendo usufruire della comoda installazione automatica del programma stesso. |
![]() |
| Strumenti discussione | |
| Modalità visualizzazione | |
|
|
Discussioni simili
|
||||
| Discussione | Autore discussione | Forum | Risposte | Ultimo messaggio |
| caratteristiche hosting jsp | unit | Quesiti pre-acquisto | 1 | 11-06-2007 14.28.52 |
| Caratteristiche server | Maki | Quesiti pre-acquisto | 1 | 08-03-2003 00.31.55 |