0

I am using Apache2.4 php5 and Debian(jessie). php5 enabled. When i going to http://my_url/info.php browser is not give result? The code of php :

<?php
 phpinfo(); 
?>
  1. Update and upgrade
  2. Install packages of php
  3. apache restart

but this is do not working

Ryuujo
  • 613
  • 1
  • 9
  • 26
Santa Claus
  • 147
  • 1
  • 1
  • 7

1 Answers1

0

by default its working on http://localhost

if you want to working your own url so you have to do host entry in host file which is located in /etc/hosts file 127.0.0.1 my_url

Chirag
  • 313
  • 1
  • 9