;; Without my routing PLASTER> (radiance:internal-uri "localhost:8080/!/plaster/edit") #@"plaster.localhost:8080/edit" PLASTER> (radiance:internal-uri "localhost:8080/edit") #@"localhost:8080/edit" PLASTER> (radiance:internal-uri "localhost:8080/!/user/anonymous/pastes") #@"user.localhost:8080/anonymous/pastes" ;; With my routing PLASTER> (radiance:internal-uri "localhost:8080/edit") #@"localhost.plaster:8080/edit" PLASTER> (radiance:internal-uri "localhost:8080/!/plaster/edit") #@"plaster.localhost.plaster:8080/edit" PLASTER> (radiance:internal-uri "localhost:8080/!/user/anonymous/pastes") #@"user.localhost.plaster:8080/anonymous/pastes"