I am working in sharepoint2010 rewrite using iHttpModule.
It works good for pages in /pages/ , /sitepages/ libraries. but when i rewrite it to a layouts folder it is throwing 404 error.
This is what i am trying to do.
http://<siteURL>/MyEmployees/John.aspx
I want to rewrite to http://<siteURL>/Employees/AllItems.aspx?ID=4
It works good for pages in /pages/ , /sitepages/ libraries. but when i rewrite it to a layouts folder it is throwing 404 error.
This is what i am trying to do.
http://<siteURL>/MyEmployees/John.aspx
I want to rewrite to http://<siteURL>/Employees/AllItems.aspx?ID=4
Thanks, Saravanan PRS