1
Guys, I wanted to access index.php from any parameter in the url, from . htaccess, like this:
site.com/sistema1
site.com/sistema2
...
and automatically go to
site.com/index.php
to then treat certain functions from that url. What’s the best way to do this?
RewriteRule ^.*$ index.php
– Guilherme Lautert
Thanks, I’ll try here.. I was already considering creating several identical folders
– Samuel Pacheco