Aumento Posted November 5, 2015 Share Posted November 5, 2015 Hola, Estoy gestionando mi web prestashop y el www.dominio.com no me funciona, me sale pagina en blanco y mensaje de This page is under constuctionSi pongo www.dominio.com/tienda la tienda esta operativa y se pueden realizar compras con PayPal He leido muchos tutoriales y no me aclaro Muchos dicen de cambiar en ps_configuration --> Las líneas PS_SHOP_DOMAIN y PS_SHOP_DOMAIN_SSL (tengo mi dominio bien escrito) ps_shop_url --> El campo physical_uri cambiar /tienda por / en este ultimo me sale esto `id_shop_url` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_shop` int(11) unsigned NOT NULL, `domain` varchar(150) NOT NULL, `domain_ssl` varchar(150) NOT NULL, `physical_uri` varchar(64) NOT NULL, `virtual_uri` varchar(64) NOT NULL, `main` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`, Alguien me puede ayudar? Que pasos debo seguir? Infinitas gracias al que me ayude pues estoy un poco desesperado! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now