franpto Posted March 15, 2013 Share Posted March 15, 2013 Hola a todos, Hace unos días que estoy viendo como funciona Prestashop y he decidido cambiar desde oscommerce. Lo he instalado y todo va bien excepto que cuando incluyo mas de un idioma prestashop redirecciona incluyendo una coletilla del idioma elegido , es decir www.mydominio/mitienda/es/my-account.php para el español www.mydominio/mitienda/en/my-account.php para el inglés y así con con las opciones de mi cuenta, oferta y mapa del sitio. Si lo dejo en un solo idioma, ya no incluye /es/ y todo va bien. Conclusión es algo relacionado con el redireccionamiento pero no se donde tocar. Si alguien me puede ayudar se lo agradeceria. Saludos. Link to comment Share on other sites More sharing options...
nadie Posted March 15, 2013 Share Posted March 15, 2013 Hola a todos, Hace unos días que estoy viendo como funciona Prestashop y he decidido cambiar desde oscommerce. Lo he instalado y todo va bien excepto que cuando incluyo mas de un idioma prestashop redirecciona incluyendo una coletilla del idioma elegido , es decir www.mydominio/mitienda/es/my-account.php para el español www.mydominio/mitienda/en/my-account.php para el inglés y así con con las opciones de mi cuenta, oferta y mapa del sitio. Si lo dejo en un solo idioma, ya no incluye /es/ y todo va bien. Conclusión es algo relacionado con el redireccionamiento pero no se donde tocar. Si alguien me puede ayudar se lo agradeceria. Saludos. Si te da error 404, prueba desactivar y activar las urls amigables, en la pestaña Preferencias -> SEO/URLs de tu tienda por si las moscas. Link to comment Share on other sites More sharing options...
franpto Posted March 15, 2013 Author Share Posted March 15, 2013 sigue igual He visto fichero htaccess en los foros y tiene definiciones de los distintos idiomas que usa pero el mio no indica nada de los idiomas. Link to comment Share on other sites More sharing options...
franpto Posted March 15, 2013 Author Share Posted March 15, 2013 Este es el fichero htaccess que está ahora generado: .htaccess ASCII English text # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule . - [E=REWRITEBASE:/tiendasurinfo/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1-$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9]+)\-([0-9]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1-$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^surinfo.net$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /tiendasurinfo/index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again Link to comment Share on other sites More sharing options...
Recommended Posts