streetmix / streetmix

Streetmix makes it easy for people to design public spaces together.
https://streetmix.net
Other
664 stars 187 forks source link

Redirect all URLs to index.html. #215

Closed mwichary closed 11 years ago

mwichary commented 11 years ago

So that e.g. streetmix.net/mwichary/1/whatever goes to index.html and then I can look at URL and make decisions in JavaScript.

ycombinator commented 11 years ago

Did you really mean "redirect" (as in, a 3xx response from http://streetmix.net/mwichary/1/whatever to http://streetmix.net/index.html) OR did you mean "keep the URL as http://streetmix.net/mwichary/1/whatever but serve the contents of index.html at that URL"? I'm pretty sure you meant the latter otherwise you would lose the original URL unless you look at the referer (sic), which can be unreliable.

mwichary commented 11 years ago

Yes, the latter. Quiet redirect. :·)