0

http://www.a2znewspaper.com This is my website developed by Codeigniter. By this website i am viewing newspaper country wise. When anyone select country from dropdown list as his/her wish, then i've viewed newspaper including this country.

Now i want to set URL based on country code. such as when a user select "Bangladesh" then i want to make url like " http://www.a2znewspaper.com/BD ". is it possible?

All of wrok has been completed, if i change this url, is it will effect on anything?

1 Answers1

0

There may be a lot of solutions. I will give some of them, which I used in my old project on CodeIgniter. In index.php I wrote the rules that work with the first segment in the transmitted URL. If this language (in your case - the country) - in this case the language of the URL removed, because language actually becomes the name of the controller. Another alternative - you can try to write rules for URL with the country.

stepozer
  • 1,143
  • 1
  • 10
  • 22