Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1.1K
Vistas
How to redirect an encoded url slug with Nginx

I have a strange url, (/%E2%80%8E) from an older version of a site that needs to be redirected to (/). I tried the following but it did not work:

location /%E2%80%8E {
  return 301 /;
}

Any help would be appreciated!

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You cannot use percent encoded URIs in the location statement.

I managed to match the URI by using three hexadecimal bytes. The regular expression syntax incudes a method for inserting arbitrary byte values by using the \x escape sequence.

For example:

location ~ ^/\xE2\x80\x8E { return 301 /; }
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda