Options +FollowSymLinks
RewriteEngine on

RewriteRule ^indlogin/(.+) index-login.php?id=$1
RewriteRule ^indlogout/(.+) index-logout.php?id=$1

RewriteRule ^admin/(.+) PadresAppNotif.php?Id=$1
RewriteRule ^padnotif/(.+) PadresNotif.php?Id=$1
RewriteRule ^padnotifver/(.+) PadresNotifLeer.php?Id=$1

RewriteRule ^padresappnotif/(.+) PadresAppNotif.php?Id=$1 
RewriteRule ^padresappnotifleer/(.+) PadresAppNotifLeer.php?Id=$1
RewriteRule ^padresapp-resp/(.+) padresapp-resp.php?Id=$1
RewriteRule ^padresapp-resp2/(.+) padresapp-resp2.php?Id=$1

RewriteRule ^horarios/(.+) horarios.php?id=$1
RewriteRule ^agenda/(.+) agenda.php?id=$1
RewriteRule ^lista/(.+) lista.php?id=$1
RewriteRule ^reglamento/(.+) reglamento.php?id=$1
RewriteRule ^mision/(.+) mision.php?id=$1
RewriteRule ^contactos/(.+) contactos.php?id=$1

RewriteRule ^us-perfil/(.+) us-perfil.php?id=$1
RewriteRule ^us-foto-upd/(.+) us-foto-upd.php?id=$1
RewriteRule ^us-datos-upd/(.+) us-datos-upd.php?id=$1