PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When I try to open my phpinfo.php page (located in htdocs), all I get is:
The page cannot be displayed
The page you are looking for is currently unavailable.
I renamed/moved my php.ini.dist to php.ini.
I also moved php4ts.dll to the system directory.
I didn't have any new messages in the apache error log but trying to stop apache via
I also checked to make sure that Apache2 is running as a service.
I know this isn't alot of detail (or maybe it's too much) but does anybody recognize the nature of my problem?
Perhaps some progress to report. I restarted my apache server and now I get the <? phpinfo(); ?> command displayed in a browser but not the results of the <? phpinfo(); ?> command.