I have a small system set up, where the form sets the variable, and the variable is then echoed from the URL in the form, so the user knows which username they are seeing information about.
At the moment, the htaccess redirect is working, as I wanted the URL to look better than displaying /?name=x
This has stopped the form working though, it now sets the variable to to this: http://dev.jaycraft.co/banned/test?name=test2
I need the form to just set it to dev.jaycraft.co/banned/test2.
Thanks,
James
could you please show your .htaccess file i think i know what you mean should be like below