How do I make all site urls shorten by hiding all directory paths?
For example:
www.meusite.com/models/scripts/arquivo.php
www.meusite.com/view/templates/arquivo.php
www.meusite.com/view/templates/especifica/arquivo.php
And I want you to always stay:
www.meusite.com/arquivo.php
Is this possible? How to make? (already in advance I read all or almost all the main questions about it here on the site and did not find an objective answer.)
Update: What I'm looking for is a rule with regular expression that always does this, in all urls, in the response line and in the comments of the @Miguel Neto answer.