Jump to content

Error 404 al comprobar el stock tambiando los atributos del producto


RobertoSV

Recommended Posts

Tengo un problema bastante raro.

Mi web devuelve un 404 con esta URL

https://mywebsite.com/gb/index.php?controller=product&token=714c22fcf2f5d11afb72cb37dcce2b04&id_product=1710&id_customization=0&group[2]=21&qty=1

Pero funciona bien con la URL por defecto sin el código del idioma:

https://mywebsite.com/index.php?controller=product&token=714c22fcf2f5d11afb72cb37dcce2b04&id_product=1710&id_customization=0&group[2]=10&qty=1

Se llama a esta URL via AJAX cuando se cambia algún atributo en la página de producto como el color o la talla.

He intentado arreglarlo mediante esta regla en el .htaccess pero tampoco funciona:

RewriteEngine on
RewriteRule ^gb\/index\.php?(.*)$ /index.php$1 [L]

¿Alguna idea?

Muchas gracias

Edited by RobertoSV
Format, tags (see edit history)
Link to comment
Share on other sites

  • RobertoSV changed the title to Error 404 al comprobar el stock tambiando los atributos del producto

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...