I have a webapp called
main-web
inside main-web we have our index page for the site.
I created a new webapp called downloads and needed it to be show directories inside downloads there is a public and private directory. The private directory is pw protected, I do not want someone to see the top directory listing of private so I was gonna put an index page there, but I didnt want to also have to move my images folder also. So I thought a redirect back to the main-web webapp would be best.
How do I create a redirect index page from
www.mysite.com/downloads/private/ to
www.mysite.comso it will see the index page?
Start Free Trial