I am doing URL masking by using codeigniter routing. Here I allow user to enter a text which will be URL of his offer details on under a specific URL.
ie,if user entered "offer1" then his offer details will be available on
Here I accept only alphabets and numbers as URL text.Should I allow "." in URL text? What is the standard method should I follow here?