Forum Moderators: open
I'm trying to access a site that uses index.php but I cannot get it to load for some reason.
I have viewed other php sites before and it only seems to do it on this one site. This site also has a very reliable server and can access it from my home. We have 2 PC's in work and it doesn't load from either.
Has anyone ever come across this problem and may know of a reason (such as something in the script they use?)
Cheers
Terry
Taking a wild stab at it, I've experienced the blank page syndrome on my own PHP pages occasionally. When a code block is improperly terminated or has other improper syntax, the page may completely fail to render -- similar to certain browsers when a TABLE tag is improperly closed or nested.
The page is blank?
- most likely the php script itself---could be a wide variety of issues
The browser tries to download/"save as file" the page (instead of displaying it)?
- most likely web server settings (doesn't know what .php files are so it does not send the page through php processor)