CristianMX Posted July 5, 2013 Share Posted July 5, 2013 (edited) Entro en mi tienda escribiendo: http://www.tienda.com Y en cuanto ingresa la barra de direcciones muestra: http://tienda.com/index.php El que desaparezcan los "www" está bien, así es como lo quiero, pero no sé por qué aparece el "index.php" Incluso a veces aparece un "index.php?" con "?" al final. Me gustaría hacer que quede simplemente como: http://tienda.com Esto es lo que tengo actualmente en mi .htaccess # ~~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} ^www.tienda.com$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^www.tienda.com$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /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 Edited July 7, 2013 by CristianMX (see edit history) Link to comment Share on other sites More sharing options...
Snapy Posted July 5, 2013 Share Posted July 5, 2013 Hola, en realidad da igual , lo de index es normal . Tú puedes dar tu domino: tudominio.com tal cual, y la persona interesada llegará igualmente . Un saludo Link to comment Share on other sites More sharing options...
nadie Posted July 6, 2013 Share Posted July 6, 2013 Entro en mi tienda escribiendo: http://www.tienda.com Y en cuanto ingresa la barra de direcciones muestra: http://tienda.com/index.php El que desaparezcan los "www" está bien, así es como lo quiero, pero no sé por qué aparece el "index.php" Incluso a veces aparece un "index.php?" con "?" al final. Me gustaría hacer que quede simplemente como: http://tienda.com Esto es lo que tengo actualmente en mi .htaccess ¿Pero has activado en la pestaña Preferencias -> SEO y URLS las urls amigables para que se genere el .htaccess de forma correcta? (Hablo de la versión 1.5 de Prestashop, en Prestashop 1.4, el .htaccess se regenera en la pestaña Herramientas -> Generadores) Link to comment Share on other sites More sharing options...
Enrique Gómez Posted July 6, 2013 Share Posted July 6, 2013 Si pones las url amigables en Preferencias > SEO y URLs tendras una url mas "amigable". Link to comment Share on other sites More sharing options...
CristianMX Posted July 7, 2013 Author Share Posted July 7, 2013 Gracias nadie! Gracias egomezpe! He cambiado el título a solucionado. Link to comment Share on other sites More sharing options...
nadie Posted July 7, 2013 Share Posted July 7, 2013 Gracias nadie! Gracias egomezpe! He cambiado el título a solucionado. Un placer ayudarte y servirte! Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso. 1 Link to comment Share on other sites More sharing options...
Recommended Posts