Htaccess - Document root

Asked

Viewed 287 times

0

I’d like to do the following:

#diretorio não existe
www.teste.com.br/diretorio

every time you access this address, apache would open:

#outro_diretorio/pagina esse existira
www.teste.com.br/outro_diretorio/pagina

but all navigation would be displayed to the user from www.teste.com.br/diretorio giving the impression that the contents are inside the folder "diretorio". I don’t know if I made myself clear.

1 answer

-1

I got it, that’s what I needed:

RewriteRule ^meu_diretorio_que_nao_existe\/(.*)$ diretorio/outro_diretorio/$1 [QSA,L]

Browser other questions tagged

You are not signed in. Login or sign up in order to post.