2
I am in need of a solution in htaccess
that points all pages of the site to a specific page of the 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 point out all the pages to the home because the whole site is in html and the only place I got one .php
to redirect to another site was at home.