So I wish to rewrite my website URL. I've tried several .htaccess generators, and understanding the basics of .htaccess, however, without any luck! So I was wondering if someone in here might help me.
I have a website with the address: http://www.example.com
I have a navigation menu with several links pointing to for example:
http://www.example.com/?page=services
How can I rewrite this to:
http://www.example.com/services
I have 5 pages, and I also wish to rewrite:
http://www.example.com/?page=blog&article=12342
Into this:
http://www.example.com/blog/12342
I dont wish to unable my $_GET['page'] function whilst doing this.