Rename index.php with .htaccess

1

Well, I wanted to access index.php from any parameter in the url, from .htaccess, like this:

site.com/sistema1
site.com/sistema2
...

and go to

site.com/index.php

Then I can handle certain functions from this url. What is the best way to do this?

    
asked by anonymous 02.04.2016 / 13:39

0 answers