Server settings to make PHP pages show up?
Moderator: General Moderators
-
AbrasiveRock
- Forum Commoner
- Posts: 40
- Joined: Sat Feb 08, 2003 10:47 pm
- Location: Olympia,WA
- Contact:
Server settings to make PHP pages show up?
Ok, I own my own server (a friend set it up for me) that is run on Red Hat Linux & Apache. I have a PHP page that wont show up. What setting do I change to make it show up? Can it be fixed through WS_FTP or do I have to use Putty/telnet? Sorry if this is posted somewhere else, but I coulndn't find it....I am a newbie afterall. 
- Sevengraff
- Forum Contributor
- Posts: 232
- Joined: Thu Apr 25, 2002 9:34 pm
- Location: California USA
- Contact:
-
AbrasiveRock
- Forum Commoner
- Posts: 40
- Joined: Sat Feb 08, 2003 10:47 pm
- Location: Olympia,WA
- Contact:
If the script works ok on one server but not on another, check the register globals settings on each - your problem could be that it's set on at one but off at the other.
There's a sticky thread about register globals if you need more info - or post again.
phpinfo() will show you the server config for this and other settings.
There's a sticky thread about register globals if you need more info - or post again.
phpinfo() will show you the server config for this and other settings.
-
AbrasiveRock
- Forum Commoner
- Posts: 40
- Joined: Sat Feb 08, 2003 10:47 pm
- Location: Olympia,WA
- Contact:
Ok, now I really feel like a newbie. The problem was a case thing. When editing with Micro$oft for a linux sever, the case of a file name can be changed automaticly. I never thought to check that since I always keep all file names lower case. When I upgrade my computers hardware I am switching to a linux OP so this garbage never happens to me again.
Thanks for helping me trouble shoot though. Sorry for the hassle.
Thanks for helping me trouble shoot though. Sorry for the hassle.