|  | I am trying to copy a website which has following 
architecture:
WebServer  Running Static Content ( Flash, Txt, Html, 
images)
AppServer  Running JSP files.
Webserver has been configured to redirect .jsp pages to app 
server. Landing page is .JSP file with flash.
Now if I go to a website i.e. myproduct.com(webserver) it 
redirects to apps.myproduct.com(application server). In 
this process I do not get FLASH file downloaded. Flash file 
reads some information from .TXT file which is also not 
getting downloaded.
I did put +*.txt under option to get all txt files.
Any advise.
Thanks
JS
 |  |