I have a url where I would like to hide a variabel:
http://www.domain.com/mytest/?id=121212
How should my .htaccess file look if I wish to access the page like this:
http://www.domain.com/mytest/121212/
The length of the id variable can vary.
just use POST instead of passing the variable through the wuery string?