...any help?.....i successfully installed the xampp, when i try to run files i encounter error 404...

Recommended Answers

All 2 Replies

it was my 1st time....

1. Create a folder say "test" under htdocs.
2. Create a file say "index.php" into test folder,

<?
 print "Hello World";
?>

3. Start xampp services - web server (apache)
4. Open web-browser and type following url at addressbar

http://localhost/test
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.