Jump to content

Problemas al mostrar la pagina de producto


treki23

Recommended Posts

Hola, estamos creando una pequeña tienda en PS 1.6 y hasta ahora todo habia ido bien, pero desde esta mañana, y aunque el el backoffice todo va perfecto, a la hora de mostrar la pagina de una producto da error diciendo que no se puede mostrar la pagina porque hay demasiados redireccionamientos. ¿Alguna teoria de que puede pasar?

Link to comment
Share on other sites

Ves a preferencia/seo y url y ahi podras hacerlo todo

Veo lo del robot, pero no veo ninguna opcion para desactivar y volver a activar las URLs, de hecho salen un monton de urls y permite borrarlas solo, y yo no se cual es la que debo tocar :S

 

saludos

Link to comment
Share on other sites

Busca ahi configuracion de los enlaces

URL Amigable : desactivado

Enlaces con acentos: desactivado

Redirija a la URL canonica: he probado varias sin exito

Desactivar Apacha: NO

Desactoivar Mod Security: NO

 

saludos

Link to comment
Share on other sites

despues de desacticvar tienes que volver a activar las url

Me siento un poco torpe porque no te entiendo, no aparece en ningun sitio nada de desactivar URLs, salvo el tema de URLs amigables, que ya las he desactivado y vuelto a activar 10 veces sin que funcione :(

 

saludos

despues de desacticvar tienes que volver a activar las url

Si quieres y no te es molestia, te puedo dar acceso a la tienda para q lo veas por ti mismo a ver si estoy haciendo algo mal

 

saludos

Link to comment
Share on other sites

Se me olvidaba cuando desactives y guardes prueba a ver si desactivadas funciona

Si, si eso es lo que hago..activo->guardo->pruebo, desactivo->guardo->pruebo...pero nada, esto no funciona ni para alante ni para atras :( , si la tienda se pone en modo catalogo si funciona, pero en cuanto se pone para vender vuelve a dejar de funcionar.

 

saludos

Link to comment
Share on other sites

vamos a probar otra cosa ves a localizacion/idiomas y dejalo como en la imagen luego vuelve a desactivar y activar las url amigables

nada, sigue igual :(, desesperacion aumentanto..me veo reinstalando todo de cero

 

saludos

Link to comment
Share on other sites

Me puedes copiar el contenido del htaccess

 

aqui lo tienes:

 

# ~~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
 
<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>
 
RewriteEngine on
RewriteRule . - [E=REWRITEBASE:/tienda/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
 
# Images
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
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]
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]
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]
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]
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]
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]
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]
# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
 
# Dispatcher
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
</IfModule>
 
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff
 
<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"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
ExpiresByType application/font-woff "access plus 1 year"
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType font/opentype "access plus 1 year"
ExpiresByType font/ttf "access plus 1 year"
ExpiresByType font/otf "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType application/x-font-otf "access plus 1 year"
</IfModule>
 
FileETag INode MTime Size
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript
</IfModule>
</IfModule>
 
#If rewrite mod isn't enabled
ErrorDocument 404 /tienda/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
 
# start ~ module watermark section
Options +FollowSymLinks
RewriteEngine On
RewriteRule [0-9/]+/[0-9]+\.jpg$ - [F]
# end ~ module watermark section
 
# start ~ module watermark section
Options +FollowSymLinks
RewriteEngine On
RewriteRule [0-9/]+/[0-9]+\.jpg$ - [F]
# end ~ module watermark section
Link to comment
Share on other sites

tengo que salir cuando vuelva le hecho un ojo

gracias, no te preocupes, lo doy por imposible ya, no se que habra pasado pero creo que me va a tocar reinstalar todo. Teoricametne no tiene nada que ver pero nos piratearon el wordpress, asi que aprovecharemos para hacer limpia de todo.

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...