I have a form with many fields ...
When sending these fields, I use the POST method, which hides the actual variables passed to the PHP page.
However, I cannot get rid of the full link.
Going from GET to POST made all form fields invisible in the URL , but this part is still visible:
mydomain.com/bin/query
I want it to be invisible, or say:
mydomain.com/search
I have mod_rewrite , so there is the option to do this with mod_rewrite I think, but I'm new to mod_rewrite , so I need your help ...
How do I hide this URL?
If you need more input let me know ...
user188962
source share