Remove part of the URL with .htaccess
- by Gabriel Bianconi
Hello.
I've changed some settings in my website, and now I need to redirect from:
www.plugb.com/home/game/a
www.plugb.com/home/something/else
www.plugb.com/home/game/b
...
to
www.plugb.com/game/a
www.plugb.com/something/else
www.plugb.com/game/b
...
I don't know how to do this with .htaccess. BTW, I'm using CodeIgniter.
Thanks in advance.