0
Good guys I’m used to calling the following link with my apache:
index.php?variavel1=1&variavel2=2
Can I make my . htaccess identify the following link:
index?variavel1=1&variavel2=2
And trade for:
index.php?variavel1=1&variavel2=2
That way I would hide . php
Yes there is possible, search on url friendly can help a lot.
– KingRider