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

293
Vistas
apache rewriting - rewirte url to subfolder but nof if a certain segment is in url

I have a cms (TYPO3) installed in the folder cms. In order to get a nice url, i'm using

RewriteEngine On RewriteBase / RewriteRule ^(.*)?$ ./cms/$1

to get the address witout the cms-segment (http://example.com instead of http://example.com/cms

It seems to work as expected, but now I have another programm installed in a subdirectory called temp.

How can I manage it, that http://example.com/temp leads to this directory (address)? In other words: what rule manages the exeption?

Thanks in advance

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

0

something like this...

RewriteEngine On 
RewriteBase /
RewriteCond %{REQUEST_URI} =/ [NC]
RewriteRule ^(.*)?$ /cms/$1
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