Jump to content

Problemi URL per il Rewrite


Recommended Posts

Salve gente. Sono un nuovo fruitore di Prestashop, vorrei approfondire un argomento.

Ho installato Prestashop, fatto tutto regolare, sono entrato nel mio back, se non fosse che alla fine ho un problema, il link del negozio, che dovrebbe essere:http://www.alma-jewellery.com
non si vede. Credo sia a causa del Rewrite che ho dovuto mettere sul file .htaccess (correggetemi se sbaglio)

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?alma-jewellery\.com
RewriteRule ^(.*)$ https://www.alma-jewellery.com/$1 [R,L]

Ho dovuto inserire questo snippet per via della modifica del protocollo da http a https
Ho scoperto che se modifico il file in questo modo funziona

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?alma-jewellery\.it
RewriteRule ^(.*)$ https://www.alma-jewellery.it/$1 [R,L]

ma l'url diventa http://www.alma-jewellery.com /it

Come faccio per avere un URL pulito: http://www.alma-jewellery.com

E' una questione di settaggio? Perché ho installato in lingua italiana? Sapreste aiutarmi?

 

Edited by Di Iorio (see edit history)
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...