HiFi
2011-10-20 08:30:40 UTC
local/site/user/me/
local/site/user/you/
The pages are user profiles. The pages a) are called based on .htaccess from the system and b) when viewed normally, point to the right pages (read: they exist). I have a second set of pages with additional content that, due to the systems I am using, will not allow for PHP data from one system to pass untouched onto the other. I am using echo file_get_contents($profileurl); to insert the HTML code into my outer profile page. Regardless of who I am logged in as or if I am logged in at all, I can view the profile for user "me" but not user "you". It tells me that there is a 404 page and the profile page for user "you" can not be found.
The page exists as I am currently viewing the page. I have also used the $profileurl string as a HREF value and it links to the correct page. What, if anything, can be done to fix this? Is it a localhost issue or a page issue?