I need to make a website that will have articles, and I would like to make friendly urls for it, example:
Title: Article Test
should become http://www.example.com/articles/article_test
Of course I need to remove some characters from the title like ? or #, but I'm not sure which ones to remove.
Can someone tell me what characters are safe to keep?
thanks!