Semantic urls with dots in .net
        Posted  
        
            by Jokin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jokin
        
        
        
        Published on 2008-11-16T22:31:33Z
        Indexed on 
            2010/03/29
            22:33 UTC
        
        
        Read the original article
        Hit count: 328
        
I'm trying to make semantic urls for search pages, but if someone use a search finished in dot, the .net engine return a 404.
The request don't even get to the routing engine, so i think its something related to security or something like that.
For example, the stackoverflow routes also don't work in these case: http://stackoverflow.com/questions/tagged/etc.
© Stack Overflow or respective owner