Jump to content

( SOLUCIONADO ) eliminar ?page=1


Recommended Posts

Buenos dias

 

He pasado el screaming frog a mi web, y me dice que hay un montón de redirecciones 302 a todas las categorías con referencia ?page=1, me gustaría cambiar ese ?page=1 por la url sin ese termino para eliminar los 302

 

no se si me he explicado bien, si alguien puede ayudarme intentaré explicarlo mejor.

 

gracias.

 

Edited by nersolar (see edit history)
Link to comment
Share on other sites

Me respondo a mi mismo .... como de costumbre 😛

pues resulta que hay que modificar el archivo:

/httpdocs/themes/tu_theme/templates/_partials/pagination.tpl

donde pone:

href="{$page.url}"

hay que cambiarlo por:

 {if $page.page === 1 }
 href="{{$page.url}|replace:"/?page=1":"/"}"
 {else}
 href="{$page.url}"
 {/if}

y listo, screaming frog ya no me da 302.

Link to comment
Share on other sites

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