Jump to content

Installazione Prestashop e errore


Recommended Posts

Buongiorno a tutti ,

Sono nuovo in questo Forum e volevo chiedere una gentilezza sulla mia procedura di installazione in quanto mi si presenta un errore.

 

Ho correttamente installato  la mia versione di Prestashop 1.5.6.2 e in locale funziona perfettamente.

 

Adesso devo pubblicarla online e ho seguito questi passi:

 

Creato il dominio WEB per test.xxx.com e fatto il conseguente NAT per l'IP interno e fino a qui tutto funziona.

 

Ho quindi creato il virtualhost ( Ho installato xampp) così configurato:

 

NameVirtualHost *:80

<VirtualHost *:80>

DocumentRoot "C:\xampp\htdocs"

ServerName localhost

</VirtualHost>

 

<VirtualHost *:80>

DocumentRoot "C:\xampp\htdocs\test.xxx.com"

ServerName test.piu39.com

<Directory "C:\xampp\htdocs\test.xxx.com">

DirectoryIndex index.php

AllowOverride All

Order allow,deny

Allow from all

</Directory>

</VirtualHost>

 

Il file setting.inc.php cosi configurato:

 

define('_DB_SERVER_', 'localhost');

define('_DB_NAME_', 'xxxx');

define('_DB_USER_', 'xxxx');

define('_DB_PASSWD_', 'xxxxxxxxx');

define('_DB_PREFIX_', 'ps_');

define('_MYSQL_ENGINE_', 'InnoDB');

define('_PS_CACHING_SYSTEM_', 'CacheMemcache');

define('_PS_CACHE_ENABLED_', '0');

define('_MEDIA_SERVER_1_', '');

define('_MEDIA_SERVER_2_', '');

define('_MEDIA_SERVER_3_', '');

define('_COOKIE_KEY_', '4nhJBmPPraR9Mn3AfMPORyAOz2kpQeBuMwMgSfecP0XjrEtTOTumNvvO');

define('_COOKIE_IV_', 'PV9RyTfs');

define('_PS_CREATION_DATE_', '2014-02-28');

define('_PS_VERSION_', '1.5.6.2');

define('_RIJNDAEL_KEY_', 'djPkfnIBXWCwqRBqYKA9pygAwjRwV8pu');

define('_RIJNDAEL_IV_', 'P3bQC/wNvrglw5qaH6GLdw==');

 

Ho quindi configurato la parte URL e SEO inserendo le seguanti informazioni:

 

Dominio negozio: test.xxx.com

Dominio SSL: test.xxx.com

URL base: /test.xxx.com/

 

Il mio problema che adesso dall'esterno quando digito:

 

http://test.xxx.com vengo reindirizzato su

test.xxx.com/test.xxx.com/index.php?

 

Con il seguente errore:

 

The url request URL /test.xxx.com/index.php was not found on this server.

 

 

Come posso risolvere questo errore?

 

Grazie in antcipo a chi mi possa aiutare

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...