I am trying to get the IIS redirector working properly. I have configured IIS to redirect on a 404 to:
/DotNetNuke_2/desktopmodules/dnnfusion_myprofile/profilefind.aspx
However, when I put in a URL such as:
http://localhost/DotNetNuke_2/Test
I end up at:
http://localhost/dotnetnuke_2/Home/tabid/36/Default.aspx
Here is the information for my user:
|
Enter a
username
Test User name is required |
Enter a
First Name
First name is required |
Enter a Last
Name
Last name is required |
Provide a
Display Name
Display Name is required |
Enter a valid
Email address
|
|
If I try the URL:
http://localhost/DotNetNuke_2/TestUser
I get the same page:
http://localhost/dotnetnuke_2/Home/tabid/36/Default.aspx
My TestUser has properly created an Active Profile.
I have enabled Redirector Configured:
Please provide a resonse,
Thanks,
Seth