Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
2.67/5 (3 votes)
See more:
Hi all,

We have current .net page structure like this with URL forming like this..

http://www.example.com/pages/login.aspx?q=1234

and want to convert this to

http://www.example.com/login?q=1234

How to bypass Pages directory with url rewrite or filtering..

Also we would like to ignore this rule for files like ashx/css/js/png/jpegs/axd etc...

Any help would be appreciated ..
Posted
Comments
Sergey Alexandrovich Kryukov 14-Mar-13 16:54pm    
What have you tried so far?
—SA

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900