Style

 Search

 

Here you can search and view our site Knowledge Base.
To find a specific article, use KB-article number format (ex. KB-1)

Article number: Article number: kb-32
Q. Finding out the PHP configuration on the server

A.

If you would like to know how PHP is configured on your server, follow the steps provided below:

Step 1: Create a file named phpinfo.php with your favorite HTML editor and enter one simple line that looks like the following:

<?phpinfo();?>

Step 2: Save the file and upload to your hosting account's public_html directory.

Step 3: Point your web browser to the file you just uploaded by going to:

http://www.yourdomain.com/phpinfo.php

* replace yourdomain.com with the actual domain name associated with your web hosting account.

Upon loading completion of the above page, you should see PHP's internal configuration complete with which modules were compiled in and the options and other parameters available to you.


This page has been viewed 3134 times

Other questions in this category Other questions in this category
1. I cannot send/receive email. What's wrong? (viewed 3136 times)
2. Anonymous FTP (viewed 2978 times)
3. Adding a Parked Domain (viewed 2922 times)
4. Where can I find cPanel Manuals/Documentation? (viewed 2819 times)
5. What is FTP? (viewed 2811 times)
6. What is cPanel? (viewed 2801 times)
7. If I use FrontPage, should I FTP my files? (viewed 2781 times)
8. Publishing Your Web Files with FrontPage (viewed 2744 times)
9. Service Port Numbers (viewed 1674 times)
10. Adding an Addon Domain (viewed 1445 times)

Return to Search