Access forbidden 403 error in xampp
- by Ramvignesh
I am very new to xampp. I have made a fresh xampp install with the following commands.
sudo su
cd /tmp
wget bit.ly/1cmyrUo -O xampp-32bit.run
chmod 777 ./xampp-32bit.run
sudo ./xampp-32bit.run
Then I made a perl file to check whether my xampp works. The following is my sample.pl file content.
#!usr/bin/perl
print "content-type:text/html\n";…