<IfModule mod_rewrite.c>

  RewriteEngine On



  RewriteRule ^a-escola$ /a-escola.php [NC,L]

  RewriteRule ^equipe$ /equipe.php [NC,L]

  RewriteRule ^servicos-oferecidos$ /servicos-oferecidos.php [NC,L]

  RewriteRule ^nosso-espaco$ /nosso-espaco.php [NC,L]

  RewriteRule ^horario$ /horario.php [NC,L]

  RewriteRule ^educacao-infantil$ /educacao-infantil.php [NC,L]

  RewriteRule ^proposta-pedagogica$ /proposta-pedagogica.php [NC,L]

  RewriteRule ^ensino-fundamental$ /ensino-fundamental.php [NC,L]

  RewriteRule ^integral$ /integral.php [NC,L]

  RewriteRule ^eventos$ /eventos.php [NC,L]

  RewriteRule ^noticias$ /noticias.php [NC,L]

  RewriteRule ^contato$ /contato.php [NC,L]



 RewriteRule ^eventos-pagina-([^-]*)$ eventos.php?page=$1                            



 RewriteRule ^eventos-([^-]*)+? eventos.php?d=$1 [L]

 

 RewriteRule ^noticias-pagina-([^-]*)$ noticias.php?page=$1                            



 RewriteRule ^noticias-([^-]*)+? noticias.php?d=$1 [L]



</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
