i have a test site, when in the address bar it says:
test.mysite.com/portal/dt?provider=LandingTableContainer
i created a folder within a folder in the top directory (directory is called: memberportal/) called: disclaimer/ingenix.
the problem is i cant type in the address bar and get the direct link to a file inside those folders. I've tried the following:
http://test.mysite.com/portal/disclaimer/ingenix/index.htmlhttp://test.mysite.com/memberportal/disclaimer/ingenix/index.htmland it brings up a 404 error:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
and yes all of my content has been uploaded to the test site.

any ideas would be greatly appreciated!