R
RSS
Hello everyone.
I am looking for a solution to following problem. If any one is able to help
I want to say thank you very much ahead of time.
My client has a website. For each user they want to have "separate" url in
following fashion --> www.site.com/username
Now, having it in such fashion means to have a "folder" for each user and
they don't want that. Instead they want to be able to parse the url and do
things based on username.
When request comes in and that "folder" not there I get "You not authorized
to view this page" and so on. Now is there a way to be able to pick up that
URL and parse it somehow and redirect browser to a different page. They have
very limited access to the IIS because the host this stuff off site and I
cant physically change the 404 redirect in the IIS, plus I don't want to
write an app that will depend on errors to process logic. I hope i explained
it well. If not, then please write back!!! Ill try to clarify.
Please help!
Thank you much,
RSS
I am looking for a solution to following problem. If any one is able to help
I want to say thank you very much ahead of time.
My client has a website. For each user they want to have "separate" url in
following fashion --> www.site.com/username
Now, having it in such fashion means to have a "folder" for each user and
they don't want that. Instead they want to be able to parse the url and do
things based on username.
When request comes in and that "folder" not there I get "You not authorized
to view this page" and so on. Now is there a way to be able to pick up that
URL and parse it somehow and redirect browser to a different page. They have
very limited access to the IIS because the host this stuff off site and I
cant physically change the 404 redirect in the IIS, plus I don't want to
write an app that will depend on errors to process logic. I hope i explained
it well. If not, then please write back!!! Ill try to clarify.
Please help!
Thank you much,
RSS