1
I have these urls, I’m using subfolders, but htaccess will be at the root
MEDICAL PASTE
when the person logs in to redirect appears in the url ? id=1 without the index
laudar.php?id=1
relatoriolaudos.php?id=1
listalaudos.php?id=1
imprimir.php?id=1&idlaudo=1
editarlaudo.php?id=1&idlaudo=1
bloqueado.php?id=1&idlaudo=1&idusuario=1&nivelu=1&status=1
editardados.php?id=1
FOLDER LOGIN
index.php
senhaincorreta.php
sair.php
mensagem.php
FOLDER ADMINISTRATOR
when the person logs in to redirect appears in the url ? id=1 without the index
cadastrodemedicos.php?id=1
cadastrodedigitador.php?id=1
cadastroCategoria.php?id=1
cadastrodeexames.php?id=1
cadastrodeadministrador.php?id=1
cadastrodeadministrador.php?id=1
pesquisademedicos.php?id=1
pesquisadedigitador.php?id=1
pesquisaCategoria.php?id=1
pesquisadeexames.php?id=1
pesquisadeadministrador.php?id=1
exibeadmin.php?id=1&idadmin=1
exibemedico.php?id=1&idmedico=1
exibedigitador.php?id=1&iddigitador=1
pesquisaCategoria.php?id=1
exibetipo.php?id=1&idtipo=5
editaradmin.php?id=1&idadmin=1
editarmedico.php?id=1&idmedico=1
editardigitador.php?id=1&iddigitador=1
editarcategoria.php?id=1&idcategoria=2
TYPING FOLDER
when the person logs in to redirect appears in the url ?id=1
without the index
digitando.php?id=2
digitar.php?id=2&idlaudo=4
revisao.php?id=2
imprimir.php?id=2&idlaudo=1
You will have to readjust all the files to get.
– Sr. André Baill
That ? id=1, is the idUsuario? Why not register the id of this user @Déboragonçalves
– Sr. André Baill