I want 3 or more web address (http) point to the smae webpage, how to do so
in python or html,css,javascript way
- http://192.168.0.206:8080/english/index.html
- http://192.168.0.206:8080/english/apple
- http://192.168.0.206:8080/english?fruit_ID=001
I have done the learning about flask, can command in web address, but still need a hand
is a concept question so that I don't post the code, I just need the key word for this idea, so that I can look it up too, or luckily if someone know ho to do, thanks
I have read through the discussion, the Http Redirection code 3XX in python requests was the closest, but that one not slove my problem