I have a URL like
<webserver>/System Modules/Content Pages/Developement/Home.aspx
I would like to rewrite this to
<webserver>/Home
to mask the folder structure display for better security
So I created a new blank rule
using wildcards
Input pattern = *home*
Rewrite to
home
I was expecting that it will go to the correct url
<webserver>/System Modules/Content Pages/Developement/Home.aspx
but just display
<webserver>/home
But actually it's trying to navigate to
<webserver>/home
which obviously doesn't exist
and it's giving a file not found error
What am I doing wrong?
Please help!!!
Regards
Partha Mandayam
CTO
Quickarrange International Corporation