Advertisements
Create a php info file as follows.
[root@server1 public_html]# cat info.php
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
[root@server1 public_html]#
Give proper permissions
permission 644
ownership as domain owners
Now go to the browser and access as given below:
http://your_domain/info.php
or
http://your_ip_address/info.php
Best Reads:
Best Reads:
1. Linux Bible
2. The Linux Command Line: A Complete Introduction
3. Amazon Web Services For Dummies
4. Programming PHP
5. Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5
Best Reads:
Best Reads:
1. Linux Bible
2. The Linux Command Line: A Complete Introduction
3. Amazon Web Services For Dummies
4. Programming PHP
5. Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5
No comments:
Post a Comment
Be nice. That's all.