0
I need a rewrite rule (.htaccess) that enables user-friendly URL and normal GET on the same link, example:
meusite.com/teste?t=0&t2=1
That would be the same as:
meusite.com/?p=teste&t=0&t2=1
0
I need a rewrite rule (.htaccess) that enables user-friendly URL and normal GET on the same link, example:
meusite.com/teste?t=0&t2=1
That would be the same as:
meusite.com/?p=teste&t=0&t2=1
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
Wouldn’t be the flag
QSAthat you need?– Woss
Exactly that, thank you.
– Rodrigo