Okay here is my url:
http://example.com/home/process_login
I would like to replace the underscore with a dash.
So http://example.com/home/process-login
will go to the above url, but it will still SAY process-login
in the URL bar.
Hopefully this makes sense. The only solutions I've found have been redirects, and I don't want a redirect. I want it to read as I have outlined.
Use this code:
UPDATE: Based on your comments below
UPDATE 2: Based on your comments below