Forum Moderators: phranque

Message Too Old, No Replies

Dynamic URI's do not point to proper page?

         

tonynoriega

8:25 pm on Sep 30, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



we have a partner company that displays information about diseases in a library that we link to..

they have a directory with our company name, that has our look and feel. the pages are aspx and the uri's are generated dynamically...

what i am finding is that when i try to send a link to someone, it takes them directly to our home page, not the page in the library of our partner company...

can anyone explain why?

example:

http://www.PartnerCompany.TLD/MyCompany/Content/StdDocument.aspx?DOCHWID=hw99177

when i open this in a browser, it goes to MyCompany home page? and i dont know why

[edited by: encyclo at 1:45 am (utc) on Oct. 1, 2008]
[edit reason] delinked URL [/edit]

limoshawn

1:20 am on Oct 1, 2008 (gmt 0)

10+ Year Member



this is not going to be a proper answer but maybe it will get you in the right direction.
I had a problem *like* this not too long ago. i had two sites on the same server. both of them were database driven. i had a file for each which contained mysql database login information for the coresponding site. one time i got the login file information confused and one site was pulling the other site's content. this happened because they were both in the same server and did exactly what the login file told them to do.