I need a solution with htaccess
that points all pages of the site to a specific page of type:
http://meusite.com.br/pagina1.html -> http://meusite.com.br/index.php
http://meusite.com.br/pagina2.html -> http://meusite.com.br/index.php
http://meusite.com.br/pagina3.html -> http://meusite.com.br/index.php
http://meusite.com.br/pagina4.html -> http://meusite.com.br/index.php
http://meusite.com.br/pagina5.html -> http://meusite.com.br/index.php
I would like to point all pages to home because the whole site is in html and the only place I got a .php
to redirect to another site was at home.