Hi,
Hope you are doing well :)
I am setting up a development environment on AWS EC2 instance for my production site.
The issue i have is that the url is redirected to http://localhost/default.aspx instead of http://localhost/VirtualDirectory/default.aspx
I know the links work just fine when i manually type this under the url as http://localhost/VirtualDirectory/default.aspx
I have placed my virtual directory under C:\inetpub\wwwroot\VirtualDirectory
I can make this work by referring the link in the pages as href='/VirtualDirectory/default.aspx' instead of href='/default.aspx', but i will have to change this in a lot of places and change in those many places when i move things to production to remove the directory before going live.
I am using DNN version 5.06.03, is this a bug or i have to make some changes.
Thanks
Sameer