Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Mateus Cruz

Url Amigável (htaccess)

Recommended Posts

Galera seguinte,

 

 

Tenho o seguinte código de htacess, para que páginas index.php?pg=home sejam acessadas /home apenas.

RewriteEngine On
RewriteRule ^home(|/)$ index.php?pg=home

RewriteRule ^sobre(|/)$ index.php?pg=sobre

RewriteRule ^cursos(|/)$ index.php?pg=cursos

RewriteRule ^aluno(|/)$ index.php?pg=aluno

RewriteRule ^contato(|/)$ index.php?pg=contato

Porém a mesma não está funcionando. Tem algo errado? Fico no aguardo Vlw!

Compartilhar este post


Link para o post
Compartilhar em outros sites

Eu faço desta forma e funciona:

RewriteRule ^home?$ index.php?pg=home [NC]
RewriteRule ^anuncie?$ index.php?pg=anuncie [NC]
RewriteRule ^contato?$ index.php?pg=contato [NC]

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.