I'm using Ubuntu 14.04. I'm new to Linux platform. I tried to run xampp in my browser. It showed the message "Access Denied". Please tell me how to run a php file in Linux using xampp.
edit xampp/apache/conf/extra/httpd-xampp.conf and at the last paragraph change
Deny from all
to
allow from all