I need a rewrite rule (.htaccess) that allows the use of a friendly URL and normal GET on the same link, eg:
meusite.com/teste?t=0&t2=1
That would be the same as:
meusite.com/?p=teste&t=0&t2=1
I need a rewrite rule (.htaccess) that allows the use of a friendly URL and normal GET on the same link, eg:
meusite.com/teste?t=0&t2=1
That would be the same as:
meusite.com/?p=teste&t=0&t2=1