Question

We are developing an English-Turkish dictionary website.

"Bin" means "Thousand" in Turkish. So when a user asks for http://tureng.com/search/bin we should show her the meaning of "Bin" in English. However, since /bin is a special directory, she got a 404.

Any ideas to solve it? Thanks.

Was it helpful?

Solution 2

Removing /bin from IIS 7 hiddenSegments, solved the problem.

OTHER TIPS

This might help you: http://haacked.com/archive/2010/04/29/allowing-reserved-filenames-in-URLs.aspx Haven't tested it with "Bin" in path, but there is a good chance it will work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top