Well I'm used to calling the following link with my apache:
index.php?variavel1=1&variavel2=2
How can I make my .htaccess identify the following link:
index?variavel1=1&variavel2=2
And switch to:
index.php?variavel1=1&variavel2=2
That way I would hide .php