Total Members: 64
How To Test PHP Support In Apache HTTP Server
Submitted by admin on Tue, 03/18/2008 - 13:20
This is the easiest way to get and test php support in a apache web server. First, create a file in your htdocs directory (ask the location from your web hosting provider if you are not sure named test.php. Second, Open the file in your favorite text editor and add the line:
< ?php phpinfo() ?>
Finally, Save the file and open it using your browser:
That's it! now you can see a page with php information and get all abilities that your server can handle.
PHP support is required if you want to run lots of web applications like WordPress, for example. Demand PHP support from your web hosting provider if it is not already enabled.
- admin's blog
- Login or register to post comments
- 86 reads