Hi,
I m trying to run my php script using the xampp on Fedora linux.
I ve sucessfully started xampp.And tested using
"http://localhost/"
It works well....
But when i try to run my file (php or html)it does nt work..
I put my file exp.html [or exp.php] in the "lampp/htdocs/" directory...
And give "http://localhost/exp.html"
It shows a message:::"File not found"....
One more ridiculous thing i observed....
If i change the name of some pre existing file of xampp
eg. "/htdocs/xampp/start.php" to "/htdocs/xampp/start1.php"
now i give "http://localhost/xampp/start1.php" in the browser it again gives the error message::File not found
Thanks in advance...
Seeking for a quick reply...